.travis.yml in testlab-1.17.0 vs .travis.yml in testlab-1.18.0
- old
+ new
@@ -1,18 +1,22 @@
language: ruby
-
rvm:
- ree
- 1.9.2
- 1.9.3
- 2.0.0
-
-before_install: sudo ./spec/support/install-lxc.sh
-
+ - 2.1.0
+branches:
+ only:
+ - master
+before_install: ./spec/support/before_install.sh
notifications:
email:
recipients:
- testlab-ci@lookout.com
on_success: always
on_failure: always
irc:
- - "irc.freenode.net#jovelabs"
+ channels:
+ - "irc.freenode.net#jovelabs"
+ use_notice: true
+ skip_join: true