Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run-travis-ci.sh 218B

12345678910111213
  1. #!/bin/sh -e
  2. cd "$(dirname "$0")"
  3. ECUKES_EMACS=${EMACS:-$(which emacs)}
  4. export ECUKES_EMACS
  5. echo "*** Emacs version ***"
  6. echo "ECUKES_EMACS = $ECUKES_EMACS"
  7. "$ECUKES_EMACS" --version
  8. echo
  9. exec ./run-tests.sh $TAGS