Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn off Travis email. [ci skip]
Browse files Browse the repository at this point in the history
brixen committed Jan 22, 2015
1 parent b42f62a commit 0889b35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -12,13 +12,15 @@ before_install:
- gem --version
before_script:
- travis_retry bundle
- travis_retry ./configure
- 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:
email: false
irc:
channels:
- "chat.freenode.net#rubinius"

0 comments on commit 0889b35

Please sign in to comment.