Update travis configuration (#1210)

Update travis configuration
This commit is contained in:
Rico Sta. Cruz 2019-09-25 18:54:22 +10:00 committed by GitHub
commit f3b1d593e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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