Skip to content

Commit d22a4da

Browse files
committed
Travis: add allow-failures to mysql55 case due to a package repository not found.
https://travis-ci.org/github/brianmario/mysql2/jobs/767276558#L1255 ``` E: Failed to fetch https://downloads.apache.org/cassandra/debian/dists/39x/main/binary-amd64/Packages 404 Not Found E: Failed to fetch https://downloads.apache.org/cassandra/debian/dists/39x/main/binary-i386/Packages 404 Not Found ```
1 parent 33713f9 commit d22a4da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ matrix:
4141
- mysql2gem.example.com
4242
fast_finish: true
4343
allow_failures:
44+
# Allow failure due to a package repository not found for now.
45+
# https://travis-ci.org/github/brianmario/mysql2/jobs/767276558#L1255
46+
- env: DB=mysql55

0 commit comments

Comments
 (0)