Skip to content

Commit

Permalink
Merge pull request #35 from bobrik/godep-vendor
Browse files Browse the repository at this point in the history
Move Godeps to vendor
  • Loading branch information
bobrik committed Apr 9, 2016
2 parents 2aa7c8f + 5e31629 commit 67c9d1a
Show file tree
Hide file tree
Showing 46 changed files with 10 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: go

go:
- 1.5
- 1.6
- tip

# installing godep manually: https://github.com/travis-ci/travis-ci/issues/5702
install:
- go get -t github.com/tools/godep
- godep restore
- go get -t -v ./...

env:
global:
- GO15VENDOREXPERIMENT=1

before_script:
- go install ./...
- go get github.com/alecthomas/gometalinter
Expand Down
2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

0 comments on commit 67c9d1a

Please # to comment.