.travis.yml in metanorma-itu-0.0.1 vs .travis.yml in metanorma-itu-0.1.0

- old
+ new

@@ -1,17 +1,21 @@ +# 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.5 - 2.4 -- 2.3 - ruby-head -before_install: -- gem install bundler -v 2.0.1 -- bundle install +before_install: +- nvm install 8 - npm install -g puppeteer +- npm install +- gem install bundler -v 2.0.1 +- bundle update matrix: allow_failures: - rvm: ruby-head +