Skip to content

Commit 544998a

Browse files
committed
trying before_script
1 parent 084af09 commit 544998a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
language: perl
1+
before_script:
2+
- PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install DateTime'
3+
4+
script: make test

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PREREQ_PM => { "DateTime" => "1.06" }
2-
31
test:
42
t/testexpect.pl
53

0 commit comments

Comments
 (0)