commit 6c4a111f44e8b499750b2464da7e508641c0a081
parent 897c774718dea3ac2d5fc62c6365c472733b8cf2
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 20 Jul 2017 10:34:21 +0200
Fix .travis.yml ?
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -28,7 +28,7 @@ jobs:
- echo "$TRAVIS_BUILD_ID"
- echo "$TRAVIS_BUILD_ID" > ~/.racket/travis_build_id
# Install custom version of scribble-lib which includes fixes for bibted-related problems which have not merged upstream yet. Also includes extended support for highlighting Racket code.
- - raco pkg install --scope installation --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes
+ - raco pkg update --scope installation --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes
- raco pkg install --deps search-auto -j 2 phc-adt # Start installing stuff, continue later to avoid timeout.
script:
- true