From fe33d85ad60bb6bace63f8b73aebb8396b06adff Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 27 Jan 2021 10:26:07 +0300 Subject: [PATCH] Travis config removed. --- .travis.yml | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 32b42a3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,53 +0,0 @@ -language: common-lisp -sudo: false - -cache: - directories: - - $HOME/.roswell - - $HOME/.config/common-lisp - -addons: - apt: - packages: - - libc6-i386 - - openjdk-7-jre -env: - global: - - PATH=~/.roswell/bin:$PATH - - ROSWELL_INSTALL_DIR=$HOME/.roswell - matrix: - - LISP=sbcl-bin - - LISP=ecl - - LISP=abcl - - LISP=allegro - - LISP=ccl - - LISP=clisp - - LISP=cmucl - -# matrix: -# allow_failures: -# - env: LISP=clisp -# - env: LISP=ecl - -os: - - osx -# - linux - -install: - - curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh - - ros install asdf - - ros install ./ - -before_script: - - ros --version - - ros config - - ros -e '(princ (lisp-implementation-type)) - (terpri) - (princ (lisp-implementation-version)) - (terpri) - (princ *features*) - (terpri) - (uiop:quit 0)' - -script: - - cl-info