Sha256: 5d8406783110980b12e315fa70e60c1e7e9d8f56d64e862ddfbd7973ee62bcfd
Contents?: true
Size: 829 Bytes
Versions: 131
Compression:
Stored size: 829 Bytes
Contents
--- language: common-lisp sudo: false addons: apt: packages: - libc6-i386 - openjdk-7-jre env: global: - PATH=~/.roswell/bin:$PATH - ROSWELL_INSTALL_DIR=$HOME/.roswell matrix: - LISP=sbcl-bin - LISP=abcl-bin - LISP=ccl-bin - LISP=ecl - LISP=clisp matrix: fast_finish: true install: - curl -L 'https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh' | sh cache: directories: - $HOME/.roswell - $HOME/.config/common-lisp 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
131 entries across 131 versions & 1 rubygems