We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4312b3 commit 26b1c5aCopy full SHA for 26b1c5a
.travis.yml
@@ -1,12 +1,12 @@
1
language: node_js
2
node_js:
3
- - "4.1"
+ - "4"
4
5
branches:
6
only:
7
- gh-pages
8
9
-before_script: "npm run-script setDependencies"
+before_script: "npm run setDependencies"
10
11
script: "npm run build"
12
after_success: "jasmine"
package.json
@@ -77,7 +77,7 @@
77
}
78
},
79
"scripts": {
80
- "setDependencies": "npm i && npm install -g gulp-cli && npm install rimraf -g &&npm install -g jasmine",
+ "setDependencies": "npm i && npm i -g gulp-cli && npm install rimraf -g && npm install -g jasmine",
81
"lint": "jshint src --reporter=node_modules/jshint-stylish",
82
"develop": "cross-env NODE_ENV=develop gulp",
83
"build": "npm run lint && gulp build && gulp minify",
0 commit comments