Skip to content

Commit 06a4344

Browse files
Revert to precise on travis to fix mariadb install
The default dist is currently trusty, so the travis install scripts that imply the old default of precise no longer work properly. A better solution would be to update to the trusty (unsupported) or xenial (supported) environment, but this should be the most minimal change to restore the previous CI behavior.
1 parent 15fbd85 commit 06a4344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ before_install:
3535
- mysqld --version
3636
- mysql -u root -e "CREATE DATABASE IF NOT EXISTS test"
3737
- mysql -u root -e "CREATE USER '$USER'@'localhost'" || true
38-
os:
39-
- linux
38+
os: linux
39+
dist: precise
4040
rvm:
4141
- 1.8.7
4242
- 1.9.3

0 commit comments

Comments
 (0)