Skip to content

Commit

Permalink
Fixing Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Feb 18, 2016
1 parent b84b8f1 commit e096cea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ go:
- 1.5
- tip
sudo: false
install:
- go get github.com/stretchr/testify/assert
- go get golang.org/x/tools/cmd/cover
before_script:
chmod 765 test/filemode.txt
script:
- make test
- go test -cover

0 comments on commit e096cea

Please sign in to comment.