Skip to content

Commit

Permalink
[Build] Switching to specific image
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 17, 2018
1 parent 6f2c5f4 commit fb00a53
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions shippable.yml
@@ -1,15 +1,9 @@
os:
- linux

build:
pre_ci:
- docker pull jjmerelo/perl6-doccer

pre_ci_boot:
options: "-v $SHIPPABLE_BUILD_DIR:$SHIPPABLE_BUILD_DIR"
image_name: jjmerelo/perl6-doc-shippable

ci:
- docker run -t -v $SHIPPABLE_BUILD_DIR/t:/test jjmerelo/perl6-doccer
- P6_DOC_TEST_VERBOSE=1 prove -e perl6 t



0 comments on commit fb00a53

Please sign in to comment.