Skip to content

Commit a25883c

Browse files
committed
Add travis
Travis can't be enabled unless we put a minimal file on the `master` branch.
1 parent 792133c commit a25883c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- 0.10
4+
script:
5+
- grunt compile test
6+
notifications:
7+
email: false

0 commit comments

Comments
 (0)