forked from 99designs/aws-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 99designs#284 from 99designs/update-travis
Update travis config and Makefile for go 1.11
- Loading branch information
Showing
4 changed files
with
20 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
language: go | ||
go_import_path: github.com/99designs/aws-vault | ||
|
||
install: | ||
- go get -u github.com/kardianos/govendor | ||
- govendor status | ||
|
||
go: | ||
- "1.8.x" | ||
- "1.9.x" | ||
- "1.10.x" | ||
- "master" | ||
- "1.11.x" | ||
|
||
os: | ||
- linux | ||
- osx | ||
|
||
osx_image: xcode7.3 | ||
before_install: | ||
- go get -u github.com/kardianos/govendor | ||
|
||
script: | ||
- govendor status | ||
- diff -u <(echo -n) <(gofmt -d $(git ls-files '*.go' | grep -v ^vendor/)) | ||
- go vet | ||
- go test -race ./... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters