Repository: incubator-distributedlog Updated Branches: refs/heads/master 9ca84c9f6 -> 8e619cd73
Blacklist branches on travis Author: Sijie Guo <si...@apache.org> Reviewers: Franck Cuny <franck.c...@gmail.com> Closes #49 from sijie/sijie/fix_travis_build Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/8e619cd7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/8e619cd7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/8e619cd7 Branch: refs/heads/master Commit: 8e619cd735093e45eef741e5be3c36dbc0598eba Parents: 9ca84c9 Author: Sijie Guo <si...@apache.org> Authored: Sat Dec 10 03:09:54 2016 -0800 Committer: Sijie Guo <si...@apache.org> Committed: Sat Dec 10 03:09:54 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/8e619cd7/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index eb91334..50343d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,14 @@ # limitations under the License. language: java +# blacklist +branches: + except: + - asf-site + - Release0.3.51-RC1 + - mvn-repo + - gh-pages + matrix: include: - os: osx @@ -30,11 +38,7 @@ before_install: script: - travis_retry ./scripts/change-scala-version.sh $SCALA_VERSION - travis_retry mvn --batch-mode clean apache-rat:check - - travis_retry mvn --batch-mode clean install findbugs:check -DskipTests=true - -# we build the report only after a successful build on master -after_success: - - $TRAVIS_BRANCH == 'master' && travis_wait 60 mvn --batch-mode clean cobertura:cobertura coveralls:report + - travis_wait 60 mvn --batch-mode clean package findbugs:check cache: directories: