Skip to content

Commit b262469

Browse files
author
H.Merijn Brand - Tux
committedAug 29, 2019
Travis changes
1 parent 7c8edb5 commit b262469

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: perl
22
os:
33
- linux
4+
dist: trusty
45
perl:
56
- "5.30"
67
- "5.28"
@@ -15,6 +16,11 @@ perl:
1516
- "5.12"
1617
- "5.10"
1718
- "5.8"
19+
env:
20+
global:
21+
- AUTOMATED_TESTING=1
22+
install:
23+
- cpanm --quiet --installdeps --with-all-features --notest . || true
1824
notifications:
1925
irc:
2026
channels:

0 commit comments

Comments
 (0)
Please sign in to comment.