Skip to content

Commit a5ce17c

Browse files
committed
format .travis.yaml
1 parent efae47c commit a5ce17c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 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
@@ -26,7 +26,7 @@ before_script:
2626
- go get -t ./...
2727

2828
script:
29-
- make test
29+
- make test
3030

3131
after_success: |
3232
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&

0 commit comments

Comments
 (0)