branch: elpa/kotlin-mode
commit 72a2bf23470c4395c1ddd2a00ab0be95559d7332
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
Add a file to get Travis-CI to run the test suite.
---
.travis.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..2f333ef8c1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: generic
+sudo: false
+before_install:
+ - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh
&& source ./x.sh
+ - evm install $EVM_EMACS --use --skip
+ - cask
+env:
+ - EVM_EMACS=emacs-25.1-travis
+ - EVM_EMACS=emacs-git-snapshot-travis
+script:
+ - emacs --version
+ - cask exec ert-runner
+
+notifications:
+ email: false
+
+matrix:
+ fast_finish: true
+ allow_failures:
+ - env: EVM_EMACS=emacs-git-snapshot-travis