summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-01-04 14:22:17 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-01-04 14:22:17 +0100
commitf38c0e59a7a4f8a488ae2426dae68506fc8c1e06 (patch)
tree7e3d117a55ffaf90c09e2e12d7eaef84fecf3ec1
parentd57f1f46c12ba847dd6ff9486071954c8232abcc (diff)
Remove Travis CI
-rw-r--r--.travis.yml49
-rw-r--r--README.org2
2 files changed, 0 insertions, 51 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index aae92b9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-dist: bionic
-language: common-lisp
-sudo: required
-
-env:
- matrix:
- - LISP=abcl-bin
- - LISP=allegro
- - LISP=ccl-bin
- - LISP=ccl-bin READTABLE_CASE_INVERT=1
- - LISP=clisp
- - LISP=ecl
- - LISP=sbcl-bin
-
-matrix:
- allow_failures:
- - env: LISP=abcl-bin
- - env: LISP=allegro
- - env: LISP=clisp
-
-install:
- - curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
-
-script:
- # Compiling and testing can fail on Allegro CL Express Free edition
- # because of the 50 MB heap size limitation, so let's try to split
- # the work in two as a possible workaround...
- - if [ "$LISP" = "allegro" ];
- then
- ros -e '(setf *debugger-hook*
- (lambda (&rest ignorable)
- (declare (ignore ignorable))
- (uiop:quit 0)))'
- -e '(ql:quickload "ironclad/tests")';
- else
- true;
- fi
- - ros -e '(setf *debugger-hook*
- (lambda (&rest ignorable)
- (declare (ignore ignorable))
- (uiop:quit -1)))'
- -e '(when (uiop:getenvp "READTABLE_CASE_INVERT")
- (format t "changing readtable-case to :invert~%")
- (setq *readtable*
- (let ((rt (copy-readtable)))
- (setf (readtable-case rt) :invert)
- rt)))'
- -e '(ql:quickload "ironclad/tests")'
- -e '(unless (rt:do-tests) (uiop:quit -1))'
diff --git a/README.org b/README.org
index 6c07033..4e52524 100644
--- a/README.org
+++ b/README.org
@@ -21,8 +21,6 @@
#+HTML_HEAD: </style>
#+ATTR_HTML: :style width: 0; height: 0; padding: 0; margin: 0; border: 0; overflow: hidden;
-[[https://travis-ci.org/sharplispers/ironclad][file:https://travis-ci.org/sharplispers/ironclad.svg]]
-#+ATTR_HTML: :style width: 0; height: 0; padding: 0; margin: 0; border: 0; overflow: hidden;
[[https://github.com/sharplispers/ironclad/workflows/CI/badge.svg?branch=master][file:https://github.com/sharplispers/ironclad/workflows/CI/badge.svg?branch=master]]
Ironclad is a cryptography library written entirely in Common Lisp. It