Update travis configuration

This commit is contained in:
Rico Sta. Cruz 2019-09-25 10:07:09 +10:00
parent c353827bc4
commit cfa6a1a08f
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
language: ruby language: ruby
rvm: rvm:
- 2.5.0 - 2.5
script: script:
- make -B _site - make -B _site
- if ! make test; then make test-warning; exit 16; fi - if ! make test; then make test-warning; exit 16; fi
cache: cache: bundler
directories:
- node_modules
- _site