Skip to content

Commit d62d049

Browse files
committed
Tests ubication of stuff
1 parent 6e68e22 commit d62d049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shippable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ build:
22
pre_ci:
33
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
44
- dpkg -i *.deb
5-
- dpkg -L *.deb
5+
- dpkg -L rakudo-pkg-Ubuntu14.04_2018.03-01_amd64
66
- apt-get update && apt-get install libssl-dev
77
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
88
- install-zef-as-user && zef --/tap-harness --depsonly install .
99

1010
ci:
1111
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
12+
- ls /opt/rakudo-pkg/bin
1213
- perl6 t/00-load.t
1314
- P6_DOC_TEST_VERBOSE=1 make test
1415

0 commit comments

Comments
 (0)