Sha256: 7df3ac9d2019226572bbb17af01da53aeedcc7bc54b12b51b992aefc841b88a1
Contents?: true
Size: 750 Bytes
Versions: 38
Compression:
Stored size: 750 Bytes
Contents
--- language: lisp env: matrix: - LISP=sbcl-bin - LISP=ccl-bin - LISP=ecl - LISP=clisp - LISP=abcl-bin - LISP=allegro # - LISP=clasp # - LISP=cmu-bin matrix: fast_finish: true allow_failures: - env: LISP=abcl-bin - env: LISP=allegro # - env: LISP=cmu-bin # - env: LISP=clasp install: - curl -L 'https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh' | sh before_script: - bin/fetch-configlet - bin/configlet . script: - ros run -l 'bin/xlisp-test.lisp' -e '(xlisp-test:travis-build)' -q # Cut and paste above to run all tests locally. # Add a numeric argument to XLISP-TEST:RUN-TESTS-ALL between 0 and 7 # to control optional verbosity (default is 3).
Version data entries
38 entries across 38 versions & 1 rubygems