Skip to content

Commit b8e3bfe

Browse files
committed
Add IRC notifications and allow 1.8.7 to fail
This should tell travis to run the tests against 1.8.7 but not to consider the whole build broken if it fails (which it currently does)
1 parent 9a94fef commit b8e3bfe

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)