assemblyscript/.travis.yml

10 lines
174 B
YAML
Raw Normal View History

2017-12-02 20:58:39 +01:00
language: node_js
node_js:
2018-02-13 08:55:38 +01:00
- lts/*
- node
2018-02-25 00:13:39 +01:00
before_script:
- npm run lint
- npm run clean && node bin/asc -v && npm test
script:
- npm run build && node bin/asc -v && npm test