Skip to content

Commit 0e1ee9a

Browse files
committed
travis-ci. set ubuntu version to trusty
From Tuesday April 23rd, 2019, Travis-ci started to use Ubuntu Xenial as default distro[1], this introduce new mysql version 5.7.x[2] and incompatible datetime format[3]. [1] https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment [2] https://docs.travis-ci.com/user/database-setup/#mysql [3] go-sql-driver/mysql#725
1 parent 15442c2 commit 0e1ee9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
if: tag != autobuild
22

3+
dist: trusty
4+
35
matrix:
46
include:
57
- language: go

0 commit comments

Comments
 (0)