Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit cd1e0a2

Browse files
committed
Try to fix Travis CI
1 parent ebee7f5 commit cd1e0a2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
language: node_js
2-
node_js:
3-
- "0.10"
1+
language: node_js
2+
node_js:
3+
- "0.10"
44

5-
before_install:
5+
before_script:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8-
- npm install -g grunt-cli bower karma
8+
- npm install grunt-cli
99
- bower install
1010

11-
script: "grunt test:travis"
11+
script: "grunt test:travis"

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"angular": "~1.2.0"
1919
},
2020
"devDependencies": {
21-
"jquery": "~1.11.0",
21+
"jquery": "~1.10.2",
2222
"angular-mocks": "~1.2.0"
2323
}
2424
}

0 commit comments

Comments
 (0)