aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 799117d614551b91bc3dd01bb9e6f9b046b5628c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: perl6

perl6:
  - latest
  - "2017.03"
  - nom

os:
  - linux

install:
  - rakudobrew build zef
  - zef install --depsonly .

script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/