dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

run-travis-ci.sh (218B)


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