aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2018-11-12 16:23:47 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2018-11-12 16:23:47 +0100
commit5ea6dcb0de9e947dae57aa60d90c60694cd21752 (patch)
treedccc7bd18598fe448166b4fc71a66b57acfb97d1 /.travis.yml
parent85cc7cc130d4894c1acb232c57adaa130c66ce43 (diff)
downloadsvg.js-5ea6dcb0de9e947dae57aa60d90c60694cd21752.tar.gz
svg.js-5ea6dcb0de9e947dae57aa60d90c60694cd21752.zip
tell travis to run saucelabs tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index ef9f9b8..d190c46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,13 @@ node_js:
- "stable"
script:
- npm run build
- - npm test
+ - npm run test:ci
- cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
-#sudo: required
-#dist: trusty
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