Files
australis-theme-generator/.travis.yml
2018-04-26 09:54:02 -07:00

15 lines
201 B
YAML

language: node_js
os:
- linux
node_js:
- 8
env:
matrix:
- NPM_COMMAND=tsc
- NPM_COMMAND=lint
- NPM_COMMAND=test
notifications:
email: false
script:
- npm run lint
- npm run tsc