summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-12-02 14:04:30 +0000
committerPeter Powell <petpow@saberuk.com>2016-12-02 14:04:47 +0000
commitb68ba97cf97ffd5aa06a7dd86ad86c71e852413d (patch)
tree8c7e9d536229d6bd8dd701aed2eb9ff37d695d05 /.travis.yml
parent491340999d4e8eefa99f15259fadc2af914dd733 (diff)
Backport the master Travis changes to insp20.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 631802526..bb82add9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,13 @@
compiler:
- - "clang"
- - "gcc"
-language: "cpp"
+ - clang
+ - gcc
+dist: trusty
+env:
+ - PURE_STATIC=1
+ -
+language: cpp
notifications:
email: false
-os:
- - "linux"
- - "osx"
script:
- - "sh ./tools/travis-ci.sh"
+ - sh ./tools/travis-ci.sh
sudo: required