Skip to content

Commit

Permalink
Merge pull request #24 from ialex/master
Browse files Browse the repository at this point in the history
Adding travis-ci to check the project properly builds
  • Loading branch information
mkendall07 committed Aug 13, 2015
2 parents 089a65a + b6cfa82 commit 86c610b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js

node_js:
- 0.12
- 0.11

before_install:
- npm install -g gulp

script:
- gulp build

0 comments on commit 86c610b

Please sign in to comment.