Travis config removed.
This commit is contained in:
parent
a1946acf5f
commit
fe33d85ad6
1 changed files with 0 additions and 53 deletions
53
.travis.yml
53
.travis.yml
|
@ -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
|
|
Loading…
Reference in a new issue