Merge remote branch 'jlee-r7/travis-notifications'
commit
54c83d98fd
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,12 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
# - '1.8.7'
|
||||
- '1.8.7'
|
||||
- '1.9.3'
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: '1.8.7'
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#msfnotify"
|
||||
|
||||
|
|
Loading…
Reference in New Issue