Skip to content

Commit

Permalink
travis: before_install: don't set -x,-e in env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 10, 2019
1 parent c02137d commit 9eb06fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ fi

scriptdir="$(dirname $0)"
echo > env.sh
echo 'set -e' >> env.sh
echo 'set -x' >> env.sh

if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]
then
Expand Down

0 comments on commit 9eb06fe

Please sign in to comment.