1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-17 07:57:43 +02:00
cheatsheets/.travis.yml
2018-03-17 13:16:41 +08:00

11 lines
165 B
YAML

language: ruby
rvm:
- 2.5.0
script:
- make -B _site
- if ! make test; then make test-warning; exit 16; fi
cache:
directories:
- node_modules
- _site