aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6b7d7ead6c597ebb6e82083ceea344ade8b670d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Stolen from capitaomorte/yasnippet
language: emacs

env:
  - "EMACS=emacs24"

install:
  - if [ "$EMACS" = "emacs24" ]; then
        sudo add-apt-repository -y ppa:cassou/emacs &&
        sudo apt-get -qq update &&
        sudo apt-get -qq -f install &&
        sudo apt-get -qq install emacs24-nox;
    fi

script: emacs -batch -l ert -l tests.el -f ert-run-tests-batch-and-exit