Skip to content

Commit

Permalink
Test if Travis failure is Fiber-related.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jun 6, 2016
1 parent 984a835 commit 9f644d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_install:
- gem --version
before_script:
- travis_retry bundle -j 2
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=llvm-config-3.6; fi
- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --without-fibers --llvm-config=llvm-config-3.6; fi
- if [ $TRAVIS_OS_NAME == osx ]; then travis_retry ./configure; fi
script: rake ci
after_success:
Expand Down

0 comments on commit 9f644d7

Please sign in to comment.