Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
metawilm committed Mar 5, 2017
1 parent 282daa9 commit b74326c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -10,7 +10,12 @@ env:
# The command "curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash" failed and exited with 1 during .
# - LISP=allegromodern

- LISP=ccl COVERALLS=true
# Error outside our control: CCL 1.10 and cl-coveralls don't work together (see also cl-coveralls README):
# [package cl-coveralls] Not supported implementation: Clozure Common Lisp Version 1.10-r16196 (LinuxX8664)
# Therefore use CCL without coverage
#- LISP=ccl COVERALLS=true
- LISP=ccl

- LISP=clisp

# Error outside our control:
Expand All @@ -23,7 +28,7 @@ env:
install:
# Install cl-travis
- curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash
# Newest Dexador needed -- https://github.com/fukamachi/cl-coveralls/issues/10
# Newest Dexador needed for cl-coveralls -- https://github.com/fukamachi/cl-coveralls/issues/10
- git clone https://github.com/fukamachi/dexador.git ~/lisp/dexador
# Our project
- git clone https://github.com/metawilm/cl-custom-hash-table.git ~/lisp/cl-custom-hash-table
Expand Down

0 comments on commit b74326c

Please sign in to comment.