diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-16 08:21:05 -0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-16 08:21:05 -0200 |
commit | 4d9f4f9583e102118e08f6a1c777896901648799 (patch) | |
tree | e95874f680c31d8ee40e96a271d5c9a147e684c4 /.travis.yml | |
parent | a7dab3cc5e277a13926aa457e2d7f18585240a41 (diff) | |
download | svg.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.yml | 10 |
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: |