We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efae47c commit a5ce17cCopy full SHA for a5ce17c
.travis.yml
@@ -1,16 +1,16 @@
1
language: go
2
go:
3
- - 1.12.1
4
- - tip
+ - 1.12.1
+ - tip
5
matrix:
6
allow_failures:
7
- go: tip
8
9
notifications:
10
- email:
11
- recipients: dean.karn@gmail.com
12
- on_success: change
13
- on_failure: always
+ email:
+ recipients: dean.karn@gmail.com
+ on_success: change
+ on_failure: always
14
15
before_install:
16
- go get -u github.com/go-playground/overalls
@@ -26,7 +26,7 @@ before_script:
26
- go get -t ./...
27
28
script:
29
- - make test
+ - make test
30
31
after_success: |
32
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&
0 commit comments