Skip to content

Commit

Permalink
add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Sep 19, 2014
1 parent 7bc9032 commit 6c6f5a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "0.11"
install:
- "npm install -g typescript"
- "npm install -g grunt-cli"
- "npm install"
script:
- "grunt lib"

0 comments on commit 6c6f5a1

Please sign in to comment.