Skip to content

Commit

Permalink
Try Trusty distro on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 28, 2015
1 parent e6aafbd commit 52fd82f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,17 +1,19 @@
language: cpp
sudo: required
dist: trusty
compiler:
- clang
before_install:
- echo $LANG
- echo $LC_ALL
- if [ $TRAVIS_OS_NAME == linux ]; then ./scripts/llvm.sh; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install llvm-3.6; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm; fi
- rvm use $RVM --install --binary --fuzzy
- gem update --system
- gem --version
before_script:
- travis_retry bundle
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=./vendor/llvm/Release/bin/llvm-config; fi
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=llvm-config-3.6; fi
- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure; fi
script: rake ci
after_success:
Expand Down Expand Up @@ -55,4 +57,3 @@ env:
os:
- linux
- osx
sudo: false

0 comments on commit 52fd82f

Please sign in to comment.