Skip to content

Commit 0c7e891

Browse files
speedup build for tests
1 parent 981ce24 commit 0c7e891

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- "stable"
44
script:
5-
- npm run build
5+
- npm run build:test
66
- npm test
77
- cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
88
#sudo: required

dist/svg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @copyright Wout Fierens <[email protected]>
77
* @license MIT
88
*
9-
* BUILT: Sun Nov 13 2016 00:23:29 GMT+0100 (CET)
9+
* BUILT: Sun Nov 13 2016 11:38:01 GMT+0100 (CET)
1010
*/;
1111
(function(root, factory) {
1212
if (typeof define === 'function' && define.amd) {

dist/svg.min.js

-2
This file was deleted.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"typings": "./svg.js.d.ts",
5656
"scripts": {
5757
"build": "gulp",
58+
"build:test": "gulp unify",
5859
"test": "karma start .config/karma.conf.js --single-run",
5960
"test:quick": "karma start .config/karma.quick.js",
6061
"docs": "gulp docs"

0 commit comments

Comments
 (0)