Skip to content

Commit c4cdc1b

Browse files
committed
Fix Travis attempt 1
1 parent 4291449 commit c4cdc1b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,15 @@ matrix:
1717
- python: 3.6
1818
env: PYTHONASYNCIODEBUG=
1919
addons:
20-
mariadb: 5.5
20+
mariadb: '5.5'
2121
- python: 3.6
2222
env: PYTHONASYNCIODEBUG=1
2323
addons:
24-
mariadb: 10.0
24+
mariadb: '10.0'
2525
- python: 3.6
2626
env: PYTHONASYNCIODEBUG=
2727
addons:
28-
mariadb: 10.1
29-
- python: 3.6
30-
env: PYTHONASYNCIODEBUG=
31-
addons:
32-
mysql: 5.7
28+
mariadb: '10.1'
3329

3430

3531
before_script:

0 commit comments

Comments
 (0)