Files
coriolis/.travis.yml
strideynet 748c63fa0b Update NodeJS Version
Over the new few days I will test the newer major versions, for now just bumping to the latest V4 LTS
2017-08-17 13:24:21 +01:00

16 lines
177 B
YAML

language: node_js
notifications:
email: false
sudo: false
node_js:
- "4.8.1"
cache:
directories:
- node_modules
before_script:
script:
- npm run lint
- npm test