crunchy/.travis.yml
2019-03-04 18:44:41 +01:00

13 lines
140 B
YAML

language: node_js
sudo: false
node_js:
- 8
- 9
- 10
- 11
before_install:
- npm install --only=dev
script:
- npm run build
- npm test