crunchy/.travis.yml
Manoël Trapier 1555229635
Update .travis.yml
Travis currently don't support Node 13 and 14.
2019-07-31 16:52:08 +01:00

16 lines
160 B
YAML

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