www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 5492ca4eff506d6171c0c69b64f97ad313aa00e3
parent 2d40ac4c0ec880fab2e9b6bcf44ae2f4a147f6cc
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Wed,  9 Aug 2017 22:10:22 +0200

[fastbuild] Fixed fastbuild(?)

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -49,7 +49,7 @@ jobs: - latex-xcolor install: - if echo "$TRAVIS_COMMIT_MESSAGE" | grep -q -F "[keepcache]"; then cp -ai ~/.racket ~/.racket-stage1; fi - - if test "$TRAVIS_BUILD_ID" != `cat ~/.racket/travis_build_id` && (test "fastbuild" != `cat ~/.racket/travis_build_id` || (echo "$TRAVIS_COMMIT_MESSAGE" | grep -q -F "[fastbuild]")); then travis_terminate 1; fi + - if test "$TRAVIS_BUILD_ID" != `cat ~/.racket/travis_build_id` && !(test "fastbuild" = `cat ~/.racket/travis_build_id` || (echo "$TRAVIS_COMMIT_MESSAGE" | grep -q -F "[fastbuild]")); then travis_terminate 1; fi - rm -f ~/.racket/travis_build_id - curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash # - if $COV; then raco pkg install --deps search-auto doc-coverage cover cover-codecov; fi # or cover-coveralls