Skip to content

Commit

Permalink
Merge e240704 into 9fd9d2b
Browse files Browse the repository at this point in the history
  • Loading branch information
thecadams committed Dec 9, 2016
2 parents 9fd9d2b + e240704 commit f7213c0
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Godeps/_workspace
vendor/
uberalls
*.test

Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
language: go

go:
- 1.4
- 1.7
- tip

before_install:
- go get -u github.com/axw/gocov/gocov
- go get -u github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/tools/godep
- godep restore
- go get github.com/Masterminds/glide
- glide up

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
33 changes: 0 additions & 33 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

44 changes: 44 additions & 0 deletions glide.lock

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

16 changes: 16 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package: github.com/uber/uberalls
import:
- package: github.com/go-sql-driver/mysql
version: 9543750295406ef070f7de8ae9c43ccddd44e15e
- package: github.com/jinzhu/gorm
version: 52ba1858c31dcbe1573f46f994d3cdf334729ff4
- package: github.com/lib/pq
version: 2fe70547fcfbd6deedadd4af3702af16c0297723
subpackages:
- hstore
- package: github.com/mattn/go-sqlite3
version: da2bf8a0f356364fb8189a5a276b5acf77839d30
- package: github.com/onsi/ginkgo
version: e57363034d6f4d61cd9ef0b6917f69ad03977914
- package: github.com/onsi/gomega
version: 982c859aeeffd81ab8717403fb03c379b6c92b5f

0 comments on commit f7213c0

Please sign in to comment.