Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
daaku committed Sep 19, 2015
1 parent aa18746 commit 2db3c09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ matrix:
allow_failures:
- GO15VENDOREXPERIMENT=0

before_install:
- test "$GO15VENDOREXPERIMENT" == "0" && rm -rf vendor

install:
- go install -race -v std
- go get -race -t -v ./...
Expand Down

0 comments on commit 2db3c09

Please sign in to comment.