don't expect Racket CS failures on Travis
This commit is contained in:
parent
3ddca35655
commit
182b1c702f
10
.travis.yml
10
.travis.yml
|
@ -5,6 +5,9 @@ matrix:
|
|||
- os: osx
|
||||
compiler: clang
|
||||
env: PATH=./racket/bin:$PATH
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: PATH=./racket/bin:$PATH TARGET="cs"
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: PATH=./racket/bin:$PATH
|
||||
|
@ -22,13 +25,6 @@ matrix:
|
|||
compiler: gcc
|
||||
env: PATH=./racket/bin:$PATH RACKET_CONFIGURE_ARGS="--disable-jit --disable-places
|
||||
--disable-futures --disable-extflonum"
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: PATH=./racket/bin:$PATH TARGET="cs"
|
||||
allow_failures:
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: PATH=./racket/bin:$PATH TARGET="cs"
|
||||
before_script:
|
||||
- git config --global user.email "travis-test@racket-lang.org"
|
||||
- git config --global user.name "Travis Tester"
|
||||
|
|
Loading…
Reference in New Issue
Block a user