File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- language : perl6
2
- perl6 :
3
- - latest
1
+ language : minimal
2
+
3
+ services :
4
+ - docker
4
5
5
6
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 ."
Original file line number Diff line number Diff line change 1
1
{
2
- "perl" : " 6.c " ,
2
+ "perl" : " 6.* " ,
3
3
"name" : " WWW" ,
4
4
"license" : " Artistic-2.0" ,
5
5
"version" : " 1.005003" ,
19
19
"WWW" : " lib/WWW.pm6"
20
20
},
21
21
"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" }
23
23
}
You can’t perform that action at this time.
0 commit comments