diff --git a/.travis.yml b/.travis.yml index 1a36f27e23..354cc0ba28 100644 --- a/.travis.yml +++ b/.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"