Skip to content

Commit 26eebab

Browse files
committed
tests(travis-ci): remove branch restrictions for test runs
We previously restricted travis-ci.org builds to just the `master` and `release` branches, but that isn't necessary. To help with developing new integration tests, have Travis build any Deis branch.
1 parent 7ab736e commit 26eebab

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ language: python
66
python:
77
- "2.7"
88

9-
branches:
10-
only:
11-
- master
12-
- release
13-
149
services:
1510
- postgresql
1611

0 commit comments

Comments
 (0)