Skip to content

Commit

Permalink
Sets up path
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 16, 2018
1 parent 4f25b19 commit e1b3b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Expand Up @@ -3,8 +3,8 @@ build:
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
- dpkg -i *.deb
- apt-get update && apt-get install libssl-dev
- install-zef-as-user && zef --/tap-harness --depsonly install .
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
- install-zef-as-user && zef --/tap-harness --depsonly install .
- ls /opt/rakudo-pkg/bin
- perl6 t/00-load.t
- P6_DOC_TEST_VERBOSE=1 make test
Expand Down

0 comments on commit e1b3b0f

Please sign in to comment.