Skip to content

Commit

Permalink
Eliminates htmlify.p6 from test refs #2996
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 2, 2019
1 parent 21546ff commit 1e1b878
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/travis-test.sh
Expand Up @@ -8,8 +8,6 @@ set -e
case "${BUILDENV}" in
docker)
docker run -t -v $TRAVIS_BUILD_DIR:/test jjmerelo/perl6-doccer
docker run -t -v $TRAVIS_BUILD_DIR:/test --entrypoint="/bin/sh" jjmerelo/perl6-doccer -c "perl6 util/manage-page-order.p6 update"
docker run -t -v $TRAVIS_BUILD_DIR:/test --entrypoint="/bin/sh" jjmerelo/perl6-doccer -c "perl6 htmlify.p6 --no-highlight --disambiguation=False"
;;
whateverable)
HEAD_BUILD=$(echo /tmp/whateverable/rakudo-moar/*)
Expand Down

0 comments on commit 1e1b878

Please sign in to comment.