commit 897c774718dea3ac2d5fc62c6365c472733b8cf2
parent b03491902877cd01062bd22cd4c1afa405658bd2
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 20 Jul 2017 10:16:29 +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 --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes
+ - raco pkg install --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