From 767413393b6b6a50d3006b5d65a4fc7e7354a82c Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 4 Jan 2017 13:03:11 +0100 Subject: [PATCH] Prerelease is present in release branch, no need to add it manually anymore. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89554aaaf..3135a8dee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,6 @@ cache: install: - test $TRAVIS_INSTALL_DEPS != On || ./scripts/install_deps.sh - echo -n "$TRAVIS_COMMIT" > commit_hash.txt - - test "$TRAVIS_PULL_REQUESTS" != "false" || test "$TRAVIS_BRANCH" != release || echo -n > prerelease.txt # this is a proper release before_script: - test $TRAVIS_EMSCRIPTEN != On || ./scripts/build_emscripten.sh - test $TRAVIS_RELEASE != On || (mkdir -p build