Skip to content

Commit

Permalink
try recompile on travis osx
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Dec 1, 2017
1 parent ef0e393 commit cbf985c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ before_install:
- if [ $TRAVIS_OS_NAME == osx ]; then rvm get 1.29.3; brew update; brew doctor; rvm install 2.3.3; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew tap homebrew/dupes; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update ; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew install llvm cppunit valgrind zlib && brew link --force llvm; fi
#- if [ $TRAVIS_OS_NAME == osx ]; then brew install llvm cppunit valgrind zlib && brew link --force llvm; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew install llvm cppunit valgrind zlib ; fi
before_script:
- ./bootstrap

Expand Down

0 comments on commit cbf985c

Please sign in to comment.