.travis.yml in unicode2latex-0.0.2 vs .travis.yml in unicode2latex-0.0.3
- old
+ new
@@ -1,22 +1,19 @@
-dist: trusty
-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.5
- - 2.4
- - 2.3
- - ruby-head
+- 2.6
+- 2.5
+- 2.4
+- ruby-head
before_install:
- - gem install bundler -v 1.16.1
- - unset _JAVA_OPTIONS
- - wget "http://downloads.sourceforge.net/project/plantuml/plantuml.jar?r=&ts=1424308684&use_mirror=jaist" -O plantuml.jar
- - sudo mkdir -p /opt/plantuml
- - sudo cp plantuml.jar /opt/plantuml
- - echo "#! /bin/sh" > plantuml.sh
- - echo 'exec java -jar /opt/plantuml/plantuml.jar "$@"' >> plantuml.sh
- - sudo install -m 755 -D plantuml.sh /usr/bin/plantuml
- - plantuml -version
+- gem install bundler -v "~> 2"
+- bundle update
+- curl -L https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/travis.sh | bash
matrix:
allow_failures:
- rvm: ruby-head
-