cheatsheets/.travis.yml

10 lines
99 B
YAML

language: ruby
rvm:
- 2.4.2
script:
- make test
cache:
directories:
- node_modules
- _site