Skip to content

Commit

Permalink
Add GO15VENDOREXPERIMENT to travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Aug 11, 2016
1 parent 436e62d commit 3ec661d
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 @@ -6,13 +6,16 @@ go:
- '1.5'
- '1.6'
- tip
env:
- GO15VENDOREXPERIMENT="1"
install:
- go get github.com/Masterminds/glide
before_script:
script:
- glide install
- go test -race $(glide novendor)
matrix:
fast_finish: true
allow_failures:
- go: tip
notifications:
Expand Down

0 comments on commit 3ec661d

Please sign in to comment.