diff options
| author | Christoph Schlosser <thisisagap@gmail.com> | 2017-12-16 21:34:42 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-12-16 21:48:09 +0100 |
| commit | 3de5b4bba52df5f22b2509e330ce9f488d96e723 (patch) | |
| tree | 405ac05937aa612fd3ff73d1ed794d293a30a7d3 | |
| parent | 20a15eeeefc4d99174480669f69fda11e45e5dea (diff) | |
| download | doxdocgen-3de5b4bba52df5f22b2509e330ce9f488d96e723.tar.gz | |
Only build the master branch in addition to PRs
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0576271..2c6af79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false branches: - except: - - /^release-.*$/ + only: + - maste os: - linux |