Skip to content

Commit

Permalink
Update .travis.yml for go 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
conortm committed Mar 9, 2016
1 parent f5ea1a4 commit 514d6d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: go
sudo: false
go:
- 1.4.2
- 1.5
- 1.4.3
- 1.5.3
- 1.6
- tip
install:
- make install
before_script:
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- make install
script:
- make travis
notifications:
Expand All @@ -28,4 +29,4 @@ deploy:
on:
repo: conortm/ghkeys
tags: true
go: 1.5
go: 1.6
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release:
GOOS=linux GOARCH=arm go build -o release/ghkeys-linux-arm $(package)

test:
go test
go test -v

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

0 comments on commit 514d6d8

Please sign in to comment.