summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-13 11:39:22 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-13 11:39:22 +0100
commit0c7e8917ca980378311be6cd472543f9e423c6c3 (patch)
tree77eb0004319e3427c23f321d5456323cc3b4f634 /.travis.yml
parent981ce24558f8a6af9478c0c309e31c7272d933dd (diff)
downloadsvg.js-0c7e8917ca980378311be6cd472543f9e423c6c3.tar.gz
svg.js-0c7e8917ca980378311be6cd472543f9e423c6c3.zip
speedup build for tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee9f3cb..0f36329 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: node_js
node_js:
- "stable"
script:
- - npm run build
+ - npm run build:test
- npm test
- cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
#sudo: required