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 3be19aa commit 531ab2fCopy full SHA for 531ab2f
.travis.yml
@@ -5,5 +5,6 @@ node_js:
5
- '3'
6
- '2'
7
- '0.12'
8
-sudo: false
9
-script: npm install . && grunt test
+before_script:
+ - npm install grunt-cli -g
10
+script: npm install . && npm test
package.json
@@ -4,7 +4,7 @@
4
"description": "Introductions for websites to guide step-by-step your users.",
"main": ["src/introduction.js", "introduction.angular.js"],
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "grunt test"
},
"repository": {
"type": "git",
0 commit comments