Skip to content

Commit b367d61

Browse files
author
0xAX
committed
.travis.yml added
1 parent a494e24 commit b367d61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
5+
before_script:
6+
- npm install --quiet -g grunt-cli karma
7+
- npm install
8+
9+
script: grunt test && grunt build

0 commit comments

Comments
 (0)