mirror of
https://github.com/vale981/lack
synced 2025-03-04 17:01:41 -05:00
Stop using Travis CI.
This commit is contained in:
parent
b8470a92e6
commit
86bc8683a1
2 changed files with 1 additions and 23 deletions
21
.travis.yml
21
.travis.yml
|
@ -1,21 +0,0 @@
|
|||
language: common-lisp
|
||||
sudo: required
|
||||
|
||||
env:
|
||||
global:
|
||||
- PATH=~/.roswell/bin:$PATH
|
||||
matrix:
|
||||
- LISP=sbcl
|
||||
- LISP=ccl
|
||||
|
||||
install:
|
||||
# Install Roswell
|
||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/fukamachi/clack ~/lisp/clack
|
||||
- git clone https://github.com/fukamachi/prove ~/lisp/prove
|
||||
- ros -l ~/lisp/prove/prove.asd install prove
|
||||
|
||||
script:
|
||||
- run-prove t-*.asd
|
|
@ -1,8 +1,7 @@
|
|||
# Lack, the core of Clack
|
||||
|
||||
[](https://travis-ci.org/fukamachi/lack)
|
||||
[](https://circleci.com/gh/fukamachi/lack)
|
||||
[](https://coveralls.io/r/fukamachi/lack)
|
||||
[](https://circleci.com/gh/fukamachi/lack)
|
||||
|
||||
Lack is a Common Lisp library which allows web applications to be constructed of modular components. It was originally a part of [Clack](https://github.com/fukamachi/clack), however it's going to be rewritten as an individual project since Clack v2 with performance and simplicity in mind.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue