Skip to content

Commit 26b1c5a

Browse files
committed
trying to up build command
1 parent d4312b3 commit 26b1c5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- "4.1"
3+
- "4"
44

55
branches:
66
only:
77
- gh-pages
88

9-
before_script: "npm run-script setDependencies"
9+
before_script: "npm run setDependencies"
1010

1111
script: "npm run build"
1212
after_success: "jasmine"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
},
7979
"scripts": {
80-
"setDependencies": "npm i && npm install -g gulp-cli && npm install rimraf -g &&npm install -g jasmine",
80+
"setDependencies": "npm i && npm i -g gulp-cli && npm install rimraf -g && npm install -g jasmine",
8181
"lint": "jshint src --reporter=node_modules/jshint-stylish",
8282
"develop": "cross-env NODE_ENV=develop gulp",
8383
"build": "npm run lint && gulp build && gulp minify",

0 commit comments

Comments
 (0)