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 0dae350 commit 0ae9bf8Copy full SHA for 0ae9bf8
.travis.yml
@@ -0,0 +1,4 @@
1
+language: node_js
2
+node_js:
3
+ - "0.12"
4
+install: npm install
package.json
@@ -24,5 +24,8 @@
24
},
25
"dependencies": {
26
"query-string": "^1.0.0"
27
+ },
28
+ "scripts": {
29
+ "test": "node_modules/.bin/grunt --gruntfile clients/arch-path/Gruntfile.js verify"
30
}
31
0 commit comments