From 33d079c712c47aca3dc9252c1786a2fbca098eae Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Tue, 15 Oct 2013 20:57:53 -0400 Subject: [PATCH] travis no longer wants global env in allow_failures --- .travis.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8af9337..584dbc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,18 +40,11 @@ env: ### ### allowing failures ### -### note that global variables must be included again -### verbatim -### matrix: allow_failures: - - env: - - EMACS=emacs22 - - SOME_TOKEN=some_value - - env: - - EMACS=emacs-snapshot - - SOME_TOKEN=some_value + - env: EMACS=emacs22 + - env: EMACS=emacs-snapshot ### ### limit build attempts to defined branches