Skip to content

Commit

Permalink
Changes travis and space for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 24, 2019
1 parent 4a8b236 commit 3b993dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
@@ -1,13 +1,11 @@
language: perl6
perl6:
- latest
before_install:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then echo "Please disable builds on branch updates in settings."; travis_terminate 0; fi
language:
- minimal

services:
- docker

install:
- rakudobrew build zef
- docker pull jjmerelo/perl6-test-ecosystem
- docker images

script:
- zef install IO::Socket::SSL
- zef install Test::META LWP::Simple
- perl6 ./.travis/testpackagemeta.pl
script: docker run -t -v $TRAVIS_BUILD_DIR:/test jjmerelo/perl6-test-ecosystem
2 changes: 1 addition & 1 deletion META.list
Expand Up @@ -543,7 +543,7 @@ https://raw.githubusercontent.com/skinkade/p6-crypt-argon2/master/META6.json
https://raw.githubusercontent.com/Altai-man/perl6-app-whiff/master/META6.json
https://raw.githubusercontent.com/MadcapJake/p6-MyHTML/master/META6.json
https://raw.githubusercontent.com/tadzik/Module-Toolkit/master/META6.json
https://raw.githubusercontent.com/JJ/Getopt-Type/master/META6.json
https://raw.githubusercontent.com/JJ/Getopt-Type/master/META6.json
https://raw.githubusercontent.com/tadzik/Getopt-Type/master/META6.json
https://raw.githubusercontent.com/tadzik/App-redpanda/master/META6.json
https://raw.githubusercontent.com/Perl6-Noise-Gang/perl6-Audio-MIDI-Note/master/META6.json
Expand Down

0 comments on commit 3b993dd

Please sign in to comment.