.travis.yml in jekyll-diagrams-0.4.2 vs .travis.yml in jekyll-diagrams-0.5.0
- old
+ new
@@ -1,9 +1,12 @@
language: ruby
+cache: bundler
rvm:
- - 2.3.7
- - 2.4.4
- - 2.5.1
+ - 2.4
+ - 2.5
+ - 2.6
before_install:
- - gem update --system
- - gem install bundler
+ - sudo apt update && sudo apt install -y graphviz
+ - sudo apt install -y python3 python3-pip python3-setuptools
+ - sudo pip3 install blockdiag seqdiag actdiag nwdiag
+ - gem update --system && gem install bundler