Checking travis config.
This commit is contained in:
parent
2a879c21b4
commit
097bccb886
1 changed files with 14 additions and 15 deletions
29
.travis.yml
29
.travis.yml
|
@ -14,29 +14,28 @@ addons:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PATH=~/.roswell/bin:$PATH
|
- PATH=~/.roswell/bin:$PATH
|
||||||
- ROSWELL_BRANCH=master
|
|
||||||
- ROSWELL_INSTALL_DIR=$HOME/.roswell
|
- ROSWELL_INSTALL_DIR=$HOME/.roswell
|
||||||
matrix:
|
matrix:
|
||||||
- LISP=sbcl
|
- LISP=sbcl-bin
|
||||||
- LISP=ecl
|
# - LISP=ecl
|
||||||
- LISP=abcl
|
# - LISP=abcl
|
||||||
- LISP=allegro
|
# - LISP=allegro
|
||||||
- LISP=ccl
|
# - LISP=ccl
|
||||||
- LISP=clisp
|
# - LISP=clisp
|
||||||
- LISP=cmucl
|
# - LISP=cmucl
|
||||||
|
|
||||||
matrix:
|
# matrix:
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- env: LISP=clisp
|
# - env: LISP=clisp
|
||||||
- env: LISP=ecl
|
# - env: LISP=ecl
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- osx
|
- osx
|
||||||
- linux
|
# - linux
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
|
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
|
||||||
- ros install prove
|
- ros install ./
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ros --version
|
- ros --version
|
||||||
|
@ -50,4 +49,4 @@ before_script:
|
||||||
(uiop:quit 0)'
|
(uiop:quit 0)'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- run-prove cl-info-test.asd
|
- cl-info
|
||||||
|
|
Loading…
Reference in a new issue