mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-17 07:57:43 +02:00
11 lines
165 B
YAML
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
|