Raku / docker

Docker files for Rakudo Star
Artistic License 2.0
34 stars 22 forks source link

Add Travis CI integration #8

Closed wolverian closed 7 years ago

wolverian commented 7 years ago

This PR adds Travis CI integration to test that the image builds. The script in .travis.yml can be expanded to test the built image more thoroughly.

You can see what the CI looks like at https://travis-ci.org/wolverian/docker.

The integration won't work until someone with admin rights to this repository gives Travis rights to read the repo, like documented at https://docs.travis-ci.com/user/getting-started.

hoelzro commented 7 years ago

Sounds good to me! Thanks!

hoelzro commented 7 years ago

@wolverian Unfortunately I don't have admin access for the repo - I bet you could find someone on #perl6 to enable it for you, though!

moritz commented 7 years ago

I've activated the perl6/docker repo on travis.

hoelzro commented 7 years ago

Thanks @moritz!