Skip to content

Commit

Permalink
Revert "plop"
Browse files Browse the repository at this point in the history
This reverts commit 3f46cbc5ceb68951a5e1660fbee756e186529b0.
  • Loading branch information
jcgay committed May 27, 2017
1 parent 55105b5 commit 14db035
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: go
sudo: false

go:
- tip

before_install:
- go get github.com/mattn/goveralls
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 14db035

Please sign in to comment.