Skip to content

Commit

Permalink
fix(travis): Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jun 14, 2019
1 parent 0cb263a commit dc0f58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js: 8.9.1
services:
- xvfb
before_install:
- sudo apt-get install libgconf-2-4
- export PATH=$HOME/.yarn/bin:$PATH
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
script:
Expand Down
2 changes: 1 addition & 1 deletion test/typescript2.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@types/angular": "1.5.14",
"@types/angular": "1.6.36",
"@types/jquery": "2",
"@uirouter/angularjs": "latest",
"typescript": "2.2"
Expand Down

0 comments on commit dc0f58a

Please sign in to comment.