We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004b88f commit c79869bCopy full SHA for c79869b
.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
@@ -24,9 +24,10 @@ before_install:
24
25
before_script:
26
- go get -t ./...
27
+ - go get -u github.com/josephburnett/jd/lib
28
29
script:
- - make test
30
+ - make test
31
32
after_success: |
33
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&
0 commit comments