Skip to content

Commit

Permalink
Use Ubuntu Xenial.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Apr 8, 2019
1 parent a3458d2 commit c8eea00
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
sudo: required
language: go

Expand All @@ -22,13 +22,6 @@ cache:
- /home/travis/.cache/go-build
- /home/travis/gopath/pkg

before_script:
- sudo service postgresql stop
- sudo service mysql stop

- docker --version
- docker-compose --version

install:
- make deps

Expand Down

0 comments on commit c8eea00

Please sign in to comment.