Skip to content

Commit

Permalink
Adapt Travis to the new import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff R. Allen committed Jan 24, 2019
1 parent d98ff4a commit a2afdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: go
sudo: false
go:
- "1.11.x"

go_import_path: go.dedis.ch/fixbuf

install:
- go get -t ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls


script:
- $HOME/gopath/bin/goveralls -service=travis-ci

Expand Down

0 comments on commit a2afdd7

Please sign in to comment.