Files
crunchy/.travis.yml

11 lines
128 B
YAML

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