Skip to content

Commit d9d14e1

Browse files
committed
Changes some conf
1 parent 0cace87 commit d9d14e1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
language: perl6
2-
perl6:
3-
- latest
1+
language: minimal
2+
3+
services:
4+
- docker
45

56
install:
6-
- sudo apt-get install libssl-dev
7-
- rakudobrew build-zef
8-
- NETWORK_TESTING=1 ONLINE_TESTING=1 zef --debug install .
7+
- docker pull jjmerelo/test-perl6
8+
- docker images
9+
10+
script: docker run -t --entrypoint="/bin/sh" -v $TRAVIS_BUILD_DIR:/test jjmerelo/test-perl6 -c "apk add --update --no-cache openssl-dev && zef install --deps-only . && NETWORK_TESTING=1 ONLINE_TESTING=1 zef --debug test ."

META6.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"perl" : "6.c",
2+
"perl" : "6.*",
33
"name" : "WWW",
44
"license" : "Artistic-2.0",
55
"version" : "1.005003",
@@ -19,5 +19,5 @@
1919
"WWW" : "lib/WWW.pm6"
2020
},
2121
"authors" : ["Zoffix Znet"],
22-
"support" : {"source" : "https://github.com/zoffixznet/perl6-WWW.git"}
22+
"support" : {"source" : "https://github.com/perl6-community-modules/perl6-WWW.git"}
2323
}

0 commit comments

Comments
 (0)