Skip to content

Commit

Permalink
MDL-52180 travis: remove weekly release checker
Browse files Browse the repository at this point in the history
To prevent false positives
  • Loading branch information
danpoltawski committed Nov 17, 2015
1 parent 26653c8 commit 09ca2e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@ script:
export phpcmd=`which php`;
fi
- >
if [ "$CITEST" = "true" -a "$GIT_PREVIOUS_COMMIT" != "$UPSTREAM_FETCH_HEAD" ];
then
# This is a CI test, but it is based on an older weekly release.
# Warn in a way that will fail the test.
echo "Current commit is based on an older weekly release" && false;
fi
# Actually run the CI Tests - do this outside of the main test to make output clearer.
- >
if [ "$CITEST" = 'true' ];
Expand Down

0 comments on commit 09ca2e8

Please sign in to comment.