Skip to content

Commit

Permalink
Attempt to run gulp on build
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisnyman committed Dec 30, 2014
1 parent ff8a8bb commit 5c7d5e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.10"
install:
- npm install gulp -g
- npm install
script: gulp

0 comments on commit 5c7d5e8

Please sign in to comment.