Skip to content

Commit 5b65411

Browse files
author
Sander van Harmelen
committed
Update .travis.yml to have proper indentation
1 parent c7f2591 commit 5b65411

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,23 +1,23 @@
11
dist: trusty
22
sudo: required
33
services:
4-
- docker
4+
- docker
55
language: go
66
go:
77
- "1.11.x"
88

99
script:
10-
- make vet
11-
- make test
12-
- make website-test
10+
- make vet
11+
- make test
12+
- make website-test
1313

1414
env:
15-
- GO111MODULE=off
15+
- GO111MODULE=off
1616

1717
branches:
1818
only:
19-
- master
19+
- master
2020
matrix:
2121
fast_finish: true
2222
allow_failures:
23-
- go: tip
23+
- go: tip

0 commit comments

Comments
 (0)