Skip to content

Commit

Permalink
https does not work refs #1946
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 22, 2018
1 parent f39537b commit 5943ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Expand Up @@ -5,7 +5,7 @@ build:

ci:
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 379CE192D401AB61
- echo "deb https://dl.bintray.com/nxadm/perl6-doc trusty main" | sudo tee -a /etc/apt/sources.list
- echo "deb http://dl.bintray.com/nxadm/perl6-doc trusty main" | sudo tee -a /etc/apt/sources.list
- apt-get update && apt-get install rakudo-pkg-for-doc
- PATH="/opt/rakudo-pkg-for-doc/bin:/opt/rakudo-pkg-for-doc/share/perl6/site/bin:$PATH"
- P6_DOC_TEST_VERBOSE=1 make test
Expand Down

0 comments on commit 5943ed8

Please sign in to comment.