travis: use sudo-enabled trusty for now

Random fail happens on container based image.
This commit is contained in:
INADA Naoki
2017-02-19 20:47:03 +09:00
parent cbc991ec2c
commit 2c0485f246
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
sudo: false sudo: required
dist: trusty dist: trusty
language: python language: python
python: python:

View File

@ -7,5 +7,5 @@ host = 127.0.0.1
port = 3306 port = 3306
user = root user = root
database = mysqldb_test database = mysqldb_test
password = travis #password = travis
default-character-set = utf8mb4 default-character-set = utf8mb4