summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-16 08:21:05 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-16 08:21:05 -0200
commit4d9f4f9583e102118e08f6a1c777896901648799 (patch)
treee95874f680c31d8ee40e96a271d5c9a147e684c4 /.travis.yml
parenta7dab3cc5e277a13926aa457e2d7f18585240a41 (diff)
downloadsvg.js-4d9f4f9583e102118e08f6a1c777896901648799.tar.gz
svg.js-4d9f4f9583e102118e08f6a1c777896901648799.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index bf8ab91..f87fdf1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: