.travis.yml in ci_reporter-1.9.0 vs .travis.yml in ci_reporter-1.9.1
- old
+ new
@@ -1,7 +1,9 @@
rvm:
- - 1.9.2
- 1.9.3
+ - 2.0.0
- jruby
branches:
only:
- master
+before_install:
+ - ./.travis.before_install.sh
\ No newline at end of file