aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6b7d7ea
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,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