diff options
author | Andrey Andreev <narf@devilix.net> | 2015-09-01 13:02:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-09-01 13:02:07 +0200 |
commit | 4e0d88ab2fd59d310e273ec3087b582e9d266012 (patch) | |
tree | f587f49b9ca8edc719df9dccfce9d728a9c2e2fb /.travis.yml | |
parent | 554b452845e9ec26e1cd348fda607cf00d2a5026 (diff) |
Enable Travis builds for 3.0-stable branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 258ad76f1..adc60d759 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,5 @@ matrix: branches: only: - develop + - 3.0-stable - /^feature\/.+$/ |