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.
2 parents 6334baa + fbe3b67 commit da228b7Copy full SHA for da228b7
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js:
3
- "4.1"
4
5
-before_script: "npm run-script build"
6
-script: "npm run-script test"
+before_script: "npm run-script setDependencies"
7
+script: "grunt"
8
+after_success: "jasmine"
package.json
@@ -74,7 +74,8 @@
74
}
75
},
76
"scripts": {
77
- "build": "npm install -g jasmine && npm install -g grunt && grunt",
+ "setDependencies": "npm i && npm install -g grunt-cli && npm install -g jasmine",
78
+ "build": "grunt",
79
"test": "jasmine"
80
81
0 commit comments