Skip to content

Commit 13075bd

Browse files
committed
Add testing target 2018.03 to Travis
1 parent f2e5c8d commit 13075bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
global:
55
- PATH=/opt/rakudo-pkg/bin:$PATH
66
matrix:
7+
- TAG=v2018.03-01 VERSION=2018.03-01
78
- TAG=v2018.02.1 VERSION=2018.02.1-01
89
- TAG=v2017.12 VERSION=2017.12-01
910
- TAG=v2017.11 VERSION=2017.11-01
@@ -20,3 +21,5 @@ install:
2021
- zef install --deps-only .
2122

2223
script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/
24+
25+
# vim: et ts=2 sw=2

0 commit comments

Comments
 (0)