Skip to content

Commit

Permalink
Added initial travis cfg, validated through travis-yaml. We can refin…
Browse files Browse the repository at this point in the history
…e steps as needed.
  • Loading branch information
sdesai committed Mar 20, 2015
1 parent 90d390f commit 0ae5837
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js

node_js:
- "0.12"

branches:
only:
- master

before_install: npm install -g linklocal; npm install -g gulp;
# travic runs 'npm install' by default, as the install step

before_script: linklocal -r; gulp build.node;
# travic runs 'npm test' by default, as the script step


notifications:
email:
[email protected]

0 comments on commit 0ae5837

Please sign in to comment.