Skip to content

Commit

Permalink
fix(travis): Fix Ubuntu 16 builds by adding libgconf-2-4 to addons
Browse files Browse the repository at this point in the history
  • Loading branch information
lisathesecond committed Jul 18, 2019
1 parent 6d176fd commit e0c6ed7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: node_js
node_js:
- "6"
- "8"
- "10"

addons:
apt:
packages:
- libgconf-2-4

# before_script:
# - npm run build
Expand Down

0 comments on commit e0c6ed7

Please sign in to comment.