Skip to content

Commit

Permalink
Redirect travis build stderr to stdout, and print when successful
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 11, 2015
1 parent e83e2c1 commit 104e89e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-travis-ci.sh
@@ -1,5 +1,6 @@
#!/bin/sh -e

exec 2>&1
cd "$(dirname "$0")"

ECUKES_EMACS=${EMACS:-$(which emacs)}
Expand All @@ -20,3 +21,5 @@ if [ -n "$TRAVIS_COMMIT_RANGE" ]; then
"$ECUKES_EMACS" --batch --eval "(progn (load-file \"package-build.el\")(package-build-archive '$recipe_name))"
done
fi

echo "Build successful"

0 comments on commit 104e89e

Please sign in to comment.