Skip to content
Snippets Groups Projects
Commit c64abfa9 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.3' into v2.4

parents a749993e 923de6b8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,11 @@ set -x
GIT_OWNER=$( echo $TRAVIS_REPO_SLUG | sed "s/\/.*$//" )
GIT_REPO=$( echo $TRAVIS_REPO_SLUG | sed "s/^.*\///" )
if [ "$TRAVIS_PULL_REQUEST" != false ] ; then
echo "Building from a pull request, nothing to push"
exit 0
fi
if [ "$GIT_OWNER" = plumed ] ; then
if [[ "$TRAVIS_BRANCH" =~ ^v2\.[0-9]+$ ]] ; then
if test -f CHANGES/"$TRAVIS_BRANCH".md && grep -q plumednotmaintained CHANGES/"$TRAVIS_BRANCH".md ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment