Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
GH-914 Fix speter.net godep dependency bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanliu committed May 11, 2016
1 parent a579d11 commit 43820e2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
sudo: false
language: go
go:
- 1.5.4
- 1.6.2
matrix:
include:
- go: 1.5.4
env: GO15VENDOREXPERIMENT=1
- go: 1.6.2
before_install:
- bash scripts/gitcookie.sh
- go get github.com/tools/godep
Expand Down
38 changes: 28 additions & 10 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43820e2

Please sign in to comment.