Skip to content

Commit

Permalink
Fixes for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Mar 27, 2018
1 parent b4fad02 commit 28d2de8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: '{build}'
shallow_clone: true

branches:
except:
- /issue\d+/
environment:
matrix:
- perl_type: system
- perl_type: strawberry
- perl_type: cygwin

install:
Expand All @@ -14,5 +15,8 @@ install:

build: off

build_script:
- '%perl% Makefile.PL'
- 'gmake test'
test_script:
- 'prove -l t t/mojo t/mojolicious'
- 'gmake test'

0 comments on commit 28d2de8

Please sign in to comment.