Skip to content

Commit c79869b

Browse files
updated travis
1 parent 004b88f commit c79869b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: go
22
go:
3-
- 1.12.1
4-
- tip
3+
- 1.12.1
4+
- tip
55
matrix:
66
allow_failures:
77
- go: tip
88

99
notifications:
10-
email:
11-
recipients: dean.karn@gmail.com
12-
on_success: change
13-
on_failure: always
10+
email:
11+
recipients: dean.karn@gmail.com
12+
on_success: change
13+
on_failure: always
1414

1515
before_install:
1616
- go get -u github.com/go-playground/overalls
@@ -24,9 +24,10 @@ before_install:
2424

2525
before_script:
2626
- go get -t ./...
27+
- go get -u github.com/josephburnett/jd/lib
2728

2829
script:
29-
- make test
30+
- make test
3031

3132
after_success: |
3233
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&

0 commit comments

Comments
 (0)