Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit edfed74

Browse files
committed
Add .travis.yml
1 parent 2606ab0 commit edfed74

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
sudo: false
2+
3+
language: perl6
4+
5+
perl6:
6+
- latest
7+
- '2018.01'
8+
9+
os:
10+
- linux
11+
- osx
12+
13+
install:
14+
- rakudobrew build-zef
15+
- zef --debug --depsonly install .
16+
17+
script:
18+
- echo $TRAVIS_PERL6_VERSION
19+
- perl6 -v
20+
- PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/

0 commit comments

Comments
 (0)