Skip to content

Commit

Permalink
Update circle.yml for Minilla
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Jul 23, 2016
1 parent 8ca8304 commit 0398acb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions circle.yml
Expand Up @@ -23,21 +23,20 @@ dependencies:
plenv install $version $FLAGS
plenv global $version
plenv install-cpanm
cpanm -n Module::Install Module::Install::AuthorTests Module::Install::XSUtil Module::Install::Repository
done
fi
test:
override:
- plenv global 5.24.0
- cpanm --installdeps -n .
- perl Makefile.PL && make && make test
- perl Build.PL && ./Build && ./Build test
- plenv global 5.22.2
- cpanm --installdeps -n .
- perl Makefile.PL && make && make test
- perl Build.PL && ./Build && ./Build test
- plenv global 5.16.3
- cpanm --installdeps -n .
- perl Makefile.PL && make && make test
- perl Build.PL && ./Build && ./Build test
- plenv global 5.12.5
- cpanm --installdeps -n .
- perl Makefile.PL && make && make test
- perl Build.PL && ./Build && ./Build test

0 comments on commit 0398acb

Please sign in to comment.