Skip to content

Commit

Permalink
Added libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfox1985 committed Jun 20, 2016
1 parent b900067 commit c1a1626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
sudo: false
sudo: required
go:
- 1.5.1
- tip
Expand All @@ -13,10 +13,12 @@ matrix:
- go: tip

before_install:
- sudo apt-get install -qy libc6-dev-i386
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/mitchellh/gox
- go get github.com/modocache/gover
- go get github.com/inconshreveable/mousetrap
# - go get github.com/tcnksm/ghr

install:
Expand Down

0 comments on commit c1a1626

Please sign in to comment.