Skip to content

Commit

Permalink
travis: install go deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Dec 17, 2014
1 parent 1d008eb commit 7f97734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: go

install:
- sudo apt-get install libpcap0.8-dev
- go get -d -v ./... && go build -v ./...

script:
- go test -v ./...
Expand Down

0 comments on commit 7f97734

Please sign in to comment.