.travis.yml in celluloid-dns-0.0.1 vs .travis.yml in celluloid-dns-0.17.3
- old
+ new
@@ -1,16 +1,22 @@
+language: ruby
+sudo: false
+addons:
+ apt:
+ packages:
+ - bind9
rvm:
- - 1.9.3
- 2.0.0
+ - 2.1.8
+ - 2.2.4
+ - 2.3.0
+ - rbx-2
- ruby-head
- - jruby-19mode
- jruby-head
- - rbx-19mode
-
matrix:
allow_failures:
+ - rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
- - rvm: rbx-19mode # deadlocks :(
-
+env: COVERAGE=true
notifications:
- irc: "irc.freenode.org#celluloid"
+ irc: "irc.freenode.org#celluloid"
\ No newline at end of file