From 420b2a70698221cd8cd95d9b3d71c965b448fa19 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 15 Aug 2013 18:02:41 -0700 Subject: [PATCH] Allow failures on tip for Travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5091adc07..5024dc725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,7 @@ notifications: - "chat.freenode.net#packer-tool" on_success: change on_failure: always + +matrix: + allow_failures: + - go: tip