Skip to content

Commit

Permalink
ci: move travis to using xenial to fix extract issues (#168)
Browse files Browse the repository at this point in the history
* ci: move travis to using xenial to fix extract issues

See atom/ci#94 for more info

* ci: add libgconf-2-4 to apt packages
  • Loading branch information
ewanharris committed Jul 15, 2019
1 parent c25c807 commit d64dcb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git:

sudo: false

dist: trusty
dist: xenial

addons:
apt:
Expand All @@ -43,3 +43,4 @@ addons:
- fakeroot
- git
- libsecret-1-dev
- libgconf-2-4

0 comments on commit d64dcb2

Please sign in to comment.