diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-12 21:52:42 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-12 21:52:42 +0100 |
commit | 55edb9a2a346470de6ba5dc3b157c85849753c85 (patch) | |
tree | c61186bdb774292940e4fb69eb1917bc356b7ebc /.travis.yml | |
parent | 7c72b67d55154ae12a5a7c7d30460f35501cb881 (diff) | |
download | svg.js-55edb9a2a346470de6ba5dc3b157c85849753c85.tar.gz svg.js-55edb9a2a346470de6ba5dc3b157c85849753c85.zip |
do not send codecoverage + start some more browsers at saucelabs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index d190c46..9b7ad70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,16 +4,16 @@ node_js: script: - npm run build - npm run test:ci - - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls +# - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls addons: # firefox: "latest" # chrome: "stable" - hosts: - - karmalocal.com +# hosts: +# - karmalocal.com before_install: # Start a display server where all graphical operations happens in memory - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start -cache: - directories: - - node_modules +#cache: +# directories: +# - node_modules |