Skip to content

Commit

Permalink
Travis and appveyor (#11)
Browse files Browse the repository at this point in the history
* Added 5.26 to travis

* Trying appveyor

* more work on .appveyor.yml

* added prove
  • Loading branch information
jacoby authored and polettix committed Jan 27, 2018
1 parent ca09c74 commit 1ce3a1e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
skip_tags: true
cache:
- C:\strawberry

install:
- if not exist "C:\strawberry" cinst strawberryperl
- set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cd C:\projects\%APPVEYOR_PROJECT_NAME%
- cpanm --installdeps .
- perl -v

build: off

test_script:
- prove -l --norc --rc=.proverc -r t/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: perl
perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
Expand Down

0 comments on commit 1ce3a1e

Please sign in to comment.