.travis.yml in relaton-bib-0.1.6 vs .travis.yml in relaton-bib-0.2.0

- old
+ new

@@ -1,7 +1,17 @@ ---- -sudo: false +# Auto-generated !!! Do not edit it manually +# use ci-master https://github.com/metanorma/metanorma-build-scripts language: ruby cache: bundler +os: +- linux +- osx rvm: - - 2.4.0 -before_install: gem install bundler -v 2.0.1 +- 2.5 +- 2.4 +- ruby-head +before_install: +- gem install bundler -v 2.0.1 +- bundle update +matrix: + allow_failures: + - rvm: ruby-head