diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 11:21:50 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-11-13 11:33:53 +0100 |
commit | 981ce24558f8a6af9478c0c309e31c7272d933dd (patch) | |
tree | 05b66085b2f7f4d0fce0a0cd82710e26c389e7e1 /.travis.yml | |
parent | 31aa0a029c59f5e0bbad9cfcd900d16c801b9f1c (diff) | |
download | svg.js-981ce24558f8a6af9478c0c309e31c7272d933dd.tar.gz svg.js-981ce24558f8a6af9478c0c309e31c7272d933dd.zip |
added `npm run test:quick` which aim at being fast rather than correct - great for git hooks
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a66a428..ee9f3cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,3 @@ before_install: cache: directories: - node_modules - |