branch: elpa/datetime
commit 2000eac95cb6290dd23906f96a0ddb7cff660a6a
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Add Travis CI script.
---
 .travis.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..3dc2281816
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,24 @@
+# Not really Java, but we need it either way and Elisp is not
+# understood by Travis.
+language: java
+
+before_install:
+  # For Emacs 24.
+  - sudo add-apt-repository ppa:fryda.tomas/emacs -y
+  # For Emacs 25.
+  - sudo add-apt-repository ppa:kelleyk/emacs -y
+  # For snapshot builds.
+  - sudo add-apt-repository ppa:ubuntu-elisp/ppa -y
+  - sudo apt-get update -q
+  - sudo apt-get install -q -y ${EMACS}
+
+env:
+  - EMACS=emacs24
+  - EMACS=emacs25
+  - EMACS=emacs-snapshot
+
+jdk:
+  - oraclejdk8
+
+script:
+  ./run-tests.sh

Reply via email to