Skip to content

Commit 6d31b45

Browse files
committed
Update Travis Ubuntu version to Bionic
1 parent bcbfcfa commit 6d31b45

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: bionic
12
language: ruby
23
cache: bundler
34
bundler_args: --without tools
@@ -7,10 +8,6 @@ rvm:
78
- 2.3
89
- 2.4
910
- 2.5
10-
addons:
11-
apt:
12-
sources:
13-
- mysql-5.7-trusty
14-
packages:
15-
- mysql-server
11+
services:
12+
- mysql
1613
sudo: required

0 commit comments

Comments
 (0)