Files
xahau.js/.travis.yml
2018-03-20 14:30:37 -07:00

11 lines
113 B
YAML

language: node_js
node_js:
- 6
- 8
- 9
script:
- yarn compile
- yarn test
- yarn build
- yarn lint