From a18256b113240b3f807fa2f60d7e92ba31cbb34a Mon Sep 17 00:00:00 2001 From: Chylli Date: Mon, 23 May 2016 14:38:47 +0800 Subject: [PATCH 1/6] 5.22 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73758ee..d4658d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ services: - couchdb - redis-server perl: + - "5.22" + - "5.20" + - "5.18" + - "5.16" - "5.14" sudo: false before_install: @@ -27,4 +31,4 @@ before_install: - "cpanm IO::Socket::SSL" - "cpanm Devel::Cover::Report::Coveralls" script: - perl Makefile.PL && make test && cover -test -report coveralls \ No newline at end of file + perl Makefile.PL && make test && cover -test -report coveralls From fd300823ac2b98dbfe5ab2111bd6dd973173f240 Mon Sep 17 00:00:00 2001 From: Chylli Date: Mon, 23 May 2016 14:52:38 +0800 Subject: [PATCH 2/6] trigger travis-ci again --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba00431..1299636 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # perl-Data-CouchDB + From e666ee3dd245d3867081c39d15feb15aa41ee676 Mon Sep 17 00:00:00 2001 From: Chylli Date: Mon, 23 May 2016 15:05:23 +0800 Subject: [PATCH 3/6] trigger --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1299636..ba00431 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ # perl-Data-CouchDB - From 887ff73a9788a86c4a3c67a5699f122728779587 Mon Sep 17 00:00:00 2001 From: chylli Date: Mon, 23 May 2016 15:30:08 +0800 Subject: [PATCH 4/6] Update .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d4658d3..114a869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ services: - couchdb - redis-server perl: + - "5.24" - "5.22" - "5.20" - "5.18" @@ -10,6 +11,10 @@ perl: - "5.14" sudo: false before_install: + - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers + - source ~/travis-perl-helpers/init + - build-perl + - perl -V # install prereqs - "cpanm Test::Most" - "cpanm Test::Exception" From a4fb821fc36a7331d0b66636eeba711aae58c864 Mon Sep 17 00:00:00 2001 From: chylli Date: Tue, 24 May 2016 15:56:10 +0800 Subject: [PATCH 5/6] trigger travis-ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 114a869..a6a0faa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,3 +37,4 @@ before_install: - "cpanm Devel::Cover::Report::Coveralls" script: perl Makefile.PL && make test && cover -test -report coveralls + From e540ffeae670d9a63b557700e63f4ab5eb71193b Mon Sep 17 00:00:00 2001 From: chylli Date: Wed, 25 May 2016 07:01:03 +0800 Subject: [PATCH 6/6] Update .travis.yml --- .travis.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6a0faa..e6ea3f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,25 +16,25 @@ before_install: - build-perl - perl -V # install prereqs - - "cpanm Test::Most" - - "cpanm Test::Exception" - - "cpanm Test::NoWarnings" - - "cpanm Test::MockModule" - - "cpanm CouchDB::Client" - - "cpanm LWP::UserAgent" - - "cpanm Cache::RedisDB" - - "cpanm Exception::Class" - - "cpanm Moose" - - "cpanm MooseX::StrictConstructor" - - "cpanm namespace::autoclean" - - "cpanm CouchDB::Client" - - "cpanm Net::SSL" - - "cpanm LWP::UserAgent" - - "cpanm HTTP::Request" - - "cpanm HTTP::Headers" - - "cpanm Try::Tiny" - - "cpanm IO::Socket::SSL" - - "cpanm Devel::Cover::Report::Coveralls" + - "cpanm -n Test::Most" + - "cpanm -n Test::Exception" + - "cpanm -n Test::NoWarnings" + - "cpanm -n Test::MockModule" + - "cpanm -n CouchDB::Client" + - "cpanm -n LWP::UserAgent" + - "cpanm -n Cache::RedisDB" + - "cpanm -n Exception::Class" + - "cpanm -n Moose" + - "cpanm -n MooseX::StrictConstructor" + - "cpanm -n namespace::autoclean" + - "cpanm -n CouchDB::Client" + - "cpanm -n Net::SSL" + - "cpanm -n LWP::UserAgent" + - "cpanm -n HTTP::Request" + - "cpanm -n HTTP::Headers" + - "cpanm -n Try::Tiny" + - "cpanm -n IO::Socket::SSL" + - "cpanm -n Devel::Cover::Report::Coveralls" script: perl Makefile.PL && make test && cover -test -report coveralls