Skip to content

Commit

Permalink
OSagnostify .travis.yml for LLVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Nov 5, 2014
1 parent 31522a5 commit bdb633f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -5,23 +5,25 @@ compiler:
before_install:
- echo $LANG
- echo $LC_ALL
- sudo apt-get install -y llvm-3.4 llvm-3.4-dev
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -y llvm-3.4 llvm-3.4-dev; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install llvm && brew link --force llvm; fi
- rvm use $RVM --install --binary --fuzzy
- gem update --system
- gem --version
before_script:
- travis_retry bundle
- travis_retry ./configure --llvm-config llvm-config-3.4
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config llvm-config-3.4; fi
- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure --llvm-config /usr/local/opt/llvm/bin/llvm-config; fi
script: rake
branches:
only:
- master
- 1.8.7
notifications:
recipients:
- brixen@gmail.com
- d.bussink@gmail.com
email:
recipients:
- brixen@gmail.com
- d.bussink@gmail.com
on_success: change
on_failure: always
irc:
Expand Down

0 comments on commit bdb633f

Please sign in to comment.