summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-27 12:39:10 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-27 12:39:10 +0100
commit08b27426fa631a6200a5423161770acab50403bd (patch)
treefce0be045cd8a4e023d05c3733ba08cb68de10cc /.travis.yml
parentaaefd015deaea6e49c32311e0dc76286662408fd (diff)
parent4e5ec5f33011bc8ea1af339fd6d7d6fba6fcd057 (diff)
downloadsvg.js-08b27426fa631a6200a5423161770acab50403bd.tar.gz
svg.js-08b27426fa631a6200a5423161770acab50403bd.zip
Merge branch 'feature/tests2' into 3.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index ef9f9b8..9b7ad70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,17 +3,17 @@ node_js:
- "stable"
script:
- npm run build
- - npm test
- - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
-#sudo: required
-#dist: trusty
+ - npm run test:ci
+# - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
addons:
- firefox: "latest"
- chrome: "stable"
+# firefox: "latest"
+# chrome: "stable"
+# 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