Skip to content

Commit

Permalink
Fixed syntax error in .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed May 7, 2016
1 parent a2288cf commit 819ef49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ before_install:
- gem --version
before_script:
- travis_retry bundle
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
- 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:
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./scripts/deploy.sh release github website triggers; fi
Expand Down

0 comments on commit 819ef49

Please sign in to comment.