Skip to content

Commit

Permalink
Travis: More info
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 17, 2013
1 parent 282bf51 commit e47c192
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/travis-build
Expand Up @@ -2,9 +2,16 @@

PYTHON_VERSION=`python -c "import sys;v = sys.version_info; print '%s.%s' % (v[0], v[1])"`

echo ==========================================================
echo
echo Python: $PYTHON_VERSION
echo Postgres: $PGVERSION
echo Branch: $TRAVIS_BRANCH
echo TRAVIS_COMMIT $TRAVIS_COMMIT
echo TRAVIS_PYTHON_VERSION $TRAVIS_PYTHON_VERSION
echo
echo ==========================================================


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

0 comments on commit e47c192

Please sign in to comment.