Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed configure command.
  • Loading branch information
brixen committed Feb 5, 2016
1 parent 2a52e60 commit d540990
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,7 @@ before_install:
- 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 == osx ]; then travis_retry ./configure; fi
- ./configure
script: rake ci
after_success:
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./scripts/deploy.sh all; fi
Expand Down

0 comments on commit d540990

Please sign in to comment.