Skip to content

Commit

Permalink
Try to use docker with perl6 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
atroxaper committed Apr 12, 2019
1 parent 979205e commit 7e036cf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: perl6
language:
- minimal

perl6:
- latest
services:
- docker

install:
- rakudobrew build-zef
- zef --debug --depsonly install .
- docker pull jjmerelo/test-perl6
- docker images

script: docker run -t -v $TRAVIS_BUILD_DIR:/test jjmerelo/test-perl6

0 comments on commit 7e036cf

Please sign in to comment.