Skip to content

Commit 0e3f941

Browse files
authored
Merge pull request zalando#239 from zalando-incubator/feature/travis-timeout
WIP: Use travis_wait to prevent timeout
2 parents c099687 + 00a405b commit 0e3f941

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
dist: trusty
22

3+
branches:
4+
only:
5+
- master
6+
37
language: go
48

59
go:
@@ -13,4 +17,4 @@ install:
1317
- make deps
1418

1519
script:
16-
- goveralls -service=travis-ci
20+
- travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -package ./cmd/... -v

0 commit comments

Comments
 (0)