Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #146 from firebase/jw-travis-upgrades
Browse files Browse the repository at this point in the history
Use new Travis infra and run against multiple Node versions
  • Loading branch information
davideast committed Sep 15, 2015
2 parents c143bbc + b25fabe commit bcf0c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- stable
sudo: false
install:
- npm install -g bower
- npm install
Expand Down

0 comments on commit bcf0c14

Please sign in to comment.