settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

run-travis-ci.sh (218B)


1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

cd "$(dirname "$0")"

ECUKES_EMACS=${EMACS:-$(which emacs)}
export ECUKES_EMACS

echo "*** Emacs version ***"
echo "ECUKES_EMACS = $ECUKES_EMACS"
"$ECUKES_EMACS" --version
echo

exec ./run-tests.sh $TAGS