Skip to content

Commit

Permalink
Added Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Mar 27, 2015
1 parent 36c2250 commit cad429f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.build*
.idea
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.10"
before_install:
- "curl -L http://git.io/ejPSng | /bin/sh"

0 comments on commit cad429f

Please sign in to comment.