Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c0485f

Browse filesBrowse files
committed
travis: use sudo-enabled trusty for now
Random fail happens on container based image.
1 parent cbc991e commit 2c0485f
Copy full SHA for 2c0485f

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
1+
sudo: required
22
dist: trusty
33
language: python
44
python:

‎tests/travis.cnf

Copy file name to clipboardExpand all lines: tests/travis.cnf
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ host = 127.0.0.1
77
port = 3306
88
user = root
99
database = mysqldb_test
10-
password = travis
10+
#password = travis
1111
default-character-set = utf8mb4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.