Skip to content

Commit

Permalink
PMM-4010 Update Travis CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Nov 4, 2019
1 parent 66c182c commit 03429e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ language: go
go:
- 1.12.x
- 1.13.x
# - master
# - TODO master

matrix:
fast_finish: true
allow_failures:
- go: master

# skip non-trunk PMM-XXXX branch builds, but still build pull requests
branches:
except:
- /^PMM\-\d{4}/

cache:
directories:
- /home/travis/.cache/go-build
Expand Down

0 comments on commit 03429e2

Please sign in to comment.