Skip to content

Commit

Permalink
Merge pull request #655 from jamestalmage/jt-travis-upgrades
Browse files Browse the repository at this point in the history
Fixes #649: Run CI against latest stable Node and use new Travis infra
  • Loading branch information
Jacob Wenger committed Sep 28, 2015
2 parents 12d93fb + 0d738c1 commit db31d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '0.10'
- stable
sudo: false
addons:
sauce_connect: true
before_install:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"firebase": "2.x.x"
},
"devDependencies": {
"angular-mocks": "~1.3.11",
"angular-mocks": "~1.4.6",
"mockfirebase": "~0.10.1"
}
}

0 comments on commit db31d74

Please sign in to comment.