Skip to content

Commit

Permalink
add a .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ippa committed Aug 10, 2014
1 parent 3bfebe2 commit b3b484f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js

node_js:
- 0.10

before_install:
- npm install gulp

script:
- gulp test

0 comments on commit b3b484f

Please sign in to comment.