Skip to content

Commit

Permalink
Update travis to use the latest version of node 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Sep 18, 2015
1 parent 8bd310d commit 717671c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.12.6'

before_install:
- 'npm install -g bower gulp typescript'

script:
- 'npm install && bower instal && gulp build'
script:
- 'npm install && bower install && gulp build'

0 comments on commit 717671c

Please sign in to comment.