www

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

commit b9bd9e993c929dff95a4acc956b6ae6abec8dc67
parent f1290bf715ff04b4d216da1e690a7fe6f915afbb
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 20 Jun 2017 01:10:53 +0200

Hopefully fixed links in the code

Diffstat:
M.travis.yml | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -30,8 +30,8 @@ env: #- RACKET_VERSION=6.6 #- RACKET_VERSION=6.7 #- RACKET_VERSION=6.8 - - RACKET_VERSION=6.9 - #- RACKET_VERSION=HEAD DEPLOY=true + - RACKET_VERSION=6.9 DEPLOY=true + #- RACKET_VERSION=HEAD addons: apt: @@ -61,8 +61,8 @@ before_install: - mv newunicodechar.sty "$latex_home/tex/latex/newunicodechar" install: - - raco pkg install -j 2 --deps search-auto -# - (while ! test -e ~/done.txt; do sleep 10; echo -n '.'; done) & raco setup -v -j 2 --pkgs phc-thesis && touch ~/done.txt + - raco pkg install -j 2 --deps search-auto --no-setup + - (while ! test -e ~/done.txt; do sleep 10; echo -n '.'; done) & raco setup -v -j 2 --pkgs phc-thesis && touch ~/done.txt before_script: @@ -72,6 +72,8 @@ before_script: script: - raco test -x -p phc-thesis - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs phc-thesis + - mv doc/ auto-doc/ + - raco scribble --dest doc/phc-thesis --html --dest-name index --redirect-main http://docs.racket-lang.org/docs/6.9/html/ scribblings/phc-thesis.scrbl - make - if test "x${DEPLOY:-}" = "xtrue"; then sh ./auto-push-gh-pages.sh; fi