Skip to content

Commit

Permalink
Travis yml node js tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurieFrD authored Dec 16, 2016
1 parent 188dd48 commit 2fab693
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mobility-track-nodejs/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js

node_js:

- "stable"

before_install: npm install -g grunt-cli

install: npm install grunt

before_script: grunt build

script: grunt travis

0 comments on commit 2fab693

Please sign in to comment.