Skip to content

Commit fd330d9

Browse files
committed
chore: update AngularJS version and Karma conf to fix CI build
1 parent 155ecea commit fd330d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"dist/famous-angular.css"
1010
],
1111
"dependencies": {
12-
"angular": "1.3.0",
12+
"angular": "1.3.5",
1313
"famous": "0.3.0",
1414
"famous-angular-bower": "https://code.famo.us/famous-angular/bower/famous-angular-bower.tar.gz?version=0.5.0"
1515
},
1616
"devDependencies": {
17-
"angular-mocks": "1.3"
17+
"angular-mocks": "1.3.5"
1818
},
1919
"ignore": [
2020
"**/.*",

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = function (config) {
6767

6868
// start these browsers
6969
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
70-
browsers: ['Chrome'],
70+
browsers: ['PhantomJS'],
7171

7272
// Continuous Integration mode
7373
// if true, Karma captures browsers, runs the tests and exits

0 commit comments

Comments
 (0)