Files
australis-theme-generator/.travis.yml
Daniel Imms 6db07527fa Fix CI
2018-04-26 10:02:59 -07:00

11 lines
138 B
YAML

language: node_js
os:
- linux
node_js:
- 8
notifications:
email: false
script:
- npm run lint
- npm run build
- npm run start