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 81c1472 commit 9747072Copy full SHA for 9747072
.travis.yml
@@ -1,4 +1,7 @@
1
language: node_js
2
node_js:
3
- "4.1"
4
- - "4.0"
+
5
+before_script: "npm run-script build"
6
+script: "npm run-script test"
7
package.json
@@ -74,7 +74,7 @@
74
}
75
},
76
"scripts": {
77
- "build": "npm i && grunt",
78
- "test": "echo 'Testing...' && jasmine"
+ "build": "npm i && npm install -g jasmine && grunt",
+ "test": "jasmine"
79
80
0 commit comments