format .travis.yaml

This commit is contained in:
yinxulai
2020-07-23 11:29:49 +08:00
parent efae47c3b9
commit a5ce17cac3
+7 -7
View File
@@ -1,16 +1,16 @@
language: go language: go
go: go:
- 1.12.1 - 1.12.1
- tip - tip
matrix: matrix:
allow_failures: allow_failures:
- go: tip - go: tip
notifications: notifications:
email: email:
recipients: dean.karn@gmail.com recipients: dean.karn@gmail.com
on_success: change on_success: change
on_failure: always on_failure: always
before_install: before_install:
- go get -u github.com/go-playground/overalls - go get -u github.com/go-playground/overalls
@@ -26,7 +26,7 @@ before_script:
- go get -t ./... - go get -t ./...
script: script:
- make test - make test
after_success: | after_success: |
[ $TRAVIS_GO_VERSION = 1.11.2 ] && [ $TRAVIS_GO_VERSION = 1.11.2 ] &&