commit e6a349b419262dd4cc49c0ed79e3c02859156512
parent 376ac9acf8c49eaf3a3ededd55e38f90dffe422e
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 12 Jan 2017 19:47:21 +0100
Reduce number of threads to avoid OOM
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -28,7 +28,7 @@ env:
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=6.6
- #- RACKET_VERSION=6.7 # Not yet
+ - RACKET_VERSION=6.7
- RACKET_VERSION=HEAD
matrix:
@@ -42,7 +42,7 @@ before_install:
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us
install:
- - raco pkg install --deps search-auto
+ - raco pkg install -j 1 --deps search-auto
before_script:
@@ -53,7 +53,7 @@ script:
- raco test -p typed-map
- raco setup --check-pkg-deps --pkgs typed-map
- raco pkg install --deps search-auto doc-coverage
- - if test "$RACKET_VERSION" != "6.2" -a "$RACKET_VERSION" != "6.3"; then raco doc-coverage typed-map; fi
+ - raco doc-coverage typed-map
after_success:
- raco pkg install --deps search-auto cover cover-coveralls