mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit .travis.yml
This commit is contained in:
parent
eb8a550847
commit
6e49cd58e7
|
|
@ -14,13 +14,14 @@ env:
|
|||
- BREW= LISP=clisp
|
||||
- BREW= LISP=cmucl
|
||||
- BREW= LISP=ecl
|
||||
exclude:
|
||||
- os: linux
|
||||
BREW: true
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: linux
|
||||
BREW: true
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew --env; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue