.travis.yml in blacklight_marc-0.0.5 vs .travis.yml in blacklight_marc-0.0.6
- old
+ new
@@ -1,12 +1,19 @@
notifications:
email: false
rvm:
+ - 2.1.0
+ - 2.0.0
- 1.9.3
- jruby-19mode
- - 2.0.0
+before_install:
+ - gem install bundler
+
notifications:
irc: "irc.freenode.org#blacklight"
email:
- - blacklight-commits@googlegroups.com
\ No newline at end of file
+ - blacklight-commits@googlegroups.com
+env:
+ global:
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true