branch: scratch/editorconfig-cc
commit 20c8ea8cc95411853829bf42c9bc38a21df5168b
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
Update travis config file
---
.travis.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..0df2296aca
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: generic
+sudo: false
+
+env:
+ matrix:
+ - EMACS_VERSION=26-pretest
+ - EMACS_VERSION=25.3
+ - EMACS_VERSION=24.5
+
+before_install:
+ - git clone --depth=1 https://github.com/rejeep/evm.git ./.evm
+ - ./.evm/bin/evm config path /tmp
+ - ./.evm/bin/evm install emacs-$EMACS_VERSION-travis --use
+ - ./.evm/bin/emacs --version
+
+script:
+ make test EMACS=$PWD/.evm/bin/emacs