Skip to content

Commit

Permalink
Travis: minor ++
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 17, 2013
1 parent 9ed8635 commit 69fd236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-build
Expand Up @@ -8,6 +8,7 @@ echo
echo Python: $TRAVIS_PYTHON_VERSION
echo Postgres: $PGVERSION
echo Branch: $TRAVIS_BRANCH
echo Commit: $COMMIT
echo
echo ==========================================================

Expand Down Expand Up @@ -35,7 +36,6 @@ then
fi
fi


# Drop Travis' postgres cluster if we're building using a different pg version
TRAVIS_PGVERSION='9.1'
if [ $PGVERSION != $TRAVIS_PGVERSION ]
Expand Down

0 comments on commit 69fd236

Please sign in to comment.