Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit db31d74

Browse files
author
Jacob Wenger
committed
Merge pull request #655 from jamestalmage/jt-travis-upgrades
Fixes #649: Run CI against latest stable Node and use new Travis infra
2 parents 12d93fb + 0d738c1 commit db31d74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- '0.10'
3+
- stable
4+
sudo: false
45
addons:
56
sauce_connect: true
67
before_install:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"firebase": "2.x.x"
3535
},
3636
"devDependencies": {
37-
"angular-mocks": "~1.3.11",
37+
"angular-mocks": "~1.4.6",
3838
"mockfirebase": "~0.10.1"
3939
}
4040
}

0 commit comments

Comments
 (0)