Skip to content

Commit dc0f58a

Browse files
fix(travis): Fix travis build
1 parent 0cb263a commit dc0f58a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js: 8.9.1
33
services:
44
- xvfb
55
before_install:
6+
- sudo apt-get install libgconf-2-4
67
- export PATH=$HOME/.yarn/bin:$PATH
78
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
89
script:

test/typescript2.2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "",
99
"license": "MIT",
1010
"dependencies": {
11-
"@types/angular": "1.5.14",
11+
"@types/angular": "1.6.36",
1212
"@types/jquery": "2",
1313
"@uirouter/angularjs": "latest",
1414
"typescript": "2.2"

0 commit comments

Comments
 (0)