Add CI script
authorPeng Li <seudut@gmail.com>
Sun, 10 Sep 2017 02:11:47 +0000 (10:11 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 10 Sep 2017 02:11:47 +0000 (10:11 +0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..0e6a481
--- /dev/null
@@ -0,0 +1,24 @@
+language: ruby
+
+before_install:
+  - git clone https://github.com/rejeep/evm.git $HOME/.evm
+  - export PATH=$HOME/.evm/bin:$PATH
+
+  - evm config path /tmp
+  - evm install $EVM_EMACS --use --skip
+
+env:
+#  - EVM_EMACS=emacs-24.1-travis EMACS_LINT_IGNORE=1
+#  - EVM_EMACS=emacs-24.2-travis EMACS_LINT_IGNORE=1
+#  - EVM_EMACS=emacs-24.3-travis
+#  - EVM_EMACS=emacs-24.4-travis
+#  - EVM_EMACS=emacs-24.5-travis
+  - EVM_EMACS=emacs-25.1-travis
+  - EVM_EMACS=emacs-git-snapshot-travis
+
+matrix:
+  allow_failures:
+    - env: EVM_EMACS=emacs-git-snapshot-travis
+
+script:
+   make all