Skip to content

Commit

Permalink
Turn off Travis email. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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"
Expand Down

0 comments on commit 0889b35

Please sign in to comment.