Skip to content

Commit 0ae9bf8

Browse files
author
Carlos Atencio
committed
Adding travis integration
1 parent 0dae350 commit 0ae9bf8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "0.12"
4+
install: npm install

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"dependencies": {
2626
"query-string": "^1.0.0"
27+
},
28+
"scripts": {
29+
"test": "node_modules/.bin/grunt --gruntfile clients/arch-path/Gruntfile.js verify"
2730
}
2831
}

0 commit comments

Comments
 (0)