From 8951475c5b64a44abdb1840867c3719b13460ad7 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Wed, 27 Jan 2016 17:44:27 -0500 Subject: [PATCH 1/2] Allow ruby-head to fail and not break the build Since this depends on some C extensions (via coveralls), those are going to lag behind ruby-head, so let's not have them fail the build. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 746a3a9..c7fe917 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,7 @@ rvm: - 1.9.3 notifications: email: false +matrix: + allow_failures: + - ruby-head + From 19f7abee8b4749d361265283fe058ffa2f1036b5 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Wed, 27 Jan 2016 18:15:33 -0500 Subject: [PATCH 2/2] remove ruby-head to get build working --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7fe917..bb56ed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,7 @@ rvm: - 2.1.0 - 2.0.0 - 2.2.0 - - ruby-head - 1.9.3 notifications: email: false -matrix: - allow_failures: - - ruby-head