From fb029add367bde0b8cb7b719034a39429e59c64c Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 13 Sep 2016 02:56:14 +0100 Subject: Speed up Travis builds. - Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable. --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 631802526..f5c1fff54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ compiler: - - "clang" - - "gcc" -language: "cpp" + - clang + - gcc +dist: trusty +env: + - TEST_BUILD_DYNAMIC=1 + - TEST_BUILD_STATIC=1 +language: cpp notifications: email: false -os: - - "linux" - - "osx" script: - - "sh ./tools/travis-ci.sh" + - sh ./tools/travis-ci.sh sudo: required -- cgit v1.2.3