use default linux image, change name of nvm node version to stable instead of node - it is the same version but stable is a better name, build the source before testing in case someone only push changes to the source and don't build

This commit is contained in:
dotnetCarpenter 2016-10-16 08:21:05 -02:00
parent a7dab3cc5e
commit 4d9f4f9583
No known key found for this signature in database
GPG Key ID: AB3416B56900250B

View File

@ -1,9 +1,11 @@
language: node_js
node_js:
- "node"
script: npm test
sudo: required
dist: trusty
- "stable"
script:
- npm run build
- npm test
#sudo: required
#dist: trusty
addons:
firefox: "latest"
before_install: