Sha256: 731504aa94a2e480feaa259629002bfaa6094afc1d7e539ece20f4fdd6639de7
Contents?: true
Size: 755 Bytes
Versions: 19
Compression:
Stored size: 755 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 lint . 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
19 entries across 19 versions & 1 rubygems