Skip to content

Commit

Permalink
.travis.yml: display environment in log
Browse files Browse the repository at this point in the history
test/travis-ci.sh: remove TRAVIS_COMMIT_RANGE work around, it's no
longer needed.
  • Loading branch information
npostavs committed Mar 27, 2015
1 parent 0bd064f commit 1385ebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ env:
- EMACS=emacs
- EMACS=emacs-snapshot
install:
- env
- source test/travis-ci.sh
- prereqs
- '"$EMACS" --version'
Expand Down
5 changes: 0 additions & 5 deletions test/travis-ci.sh
Expand Up @@ -6,11 +6,6 @@
# - check-whitespace()
# TODO: run-tests()

# Contrary to http://docs.travis-ci.com/user/ci-environment,
# $TRAVIS_COMMIT_RANGE is not defined for pull requests.
# See https://github.com/travis-ci/travis-ci/issues/1719
git rev-parse ${TRAVIS_COMMIT_RANGE:=$TRAVIS_BRANCH..FETCH_HEAD}

if [ "$EMACS" = 'emacs-snapshot' ]; then
# If we have only changes to recipe files, there is no need to run
# with more than 1 emacs version.
Expand Down

0 comments on commit 1385ebb

Please sign in to comment.