Skip to content

Commit

Permalink
travis no longer wants global env in allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Oct 16, 2013
1 parent 6c0f0e0 commit 33d079c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 33d079c

Please sign in to comment.