From eb47656463e5977b2cee8372d06193d4ae27c65c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 4 Apr 2020 17:54:21 +0200 Subject: Added tests and more documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7007671 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: nix +sudo: true + +env: + - EMACS_CI=emacs-25-3 + - EMACS_CI=emacs-26-3 + - EMACS_CI=emacs-snapshot + +install: + - bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install) + - sudo apt-get install golang + - go get -u github.com/vbatts/git-validation + +script: + - make ci -- cgit v1.2.3