Skip to content

Commit 54c83d9

Browse files
committed
Merge remote branch 'jlee-r7/travis-notifications'
2 parents 1b9d45e + b8e3bfe commit 54c83d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
language: ruby
22
rvm:
3-
# - '1.8.7'
3+
- '1.8.7'
44
- '1.9.3'
5+
6+
matrix:
7+
allow_failures:
8+
- rvm: '1.8.7'
9+
10+
notifications:
11+
irc: "irc.freenode.org#msfnotify"
12+

0 commit comments

Comments
 (0)