From 5b96abad874b9019072714afc79b9405babb7839 Mon Sep 17 00:00:00 2001 From: bob walker Date: Fri, 30 Dec 2016 13:55:46 +0000 Subject: [PATCH] show 040_rename.t doesnt fail under sqlite --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7376c8b..336bf24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,7 @@ language: perl env: - global: - - WIKI_TOOLKIT_MYSQL_DBNAME=wikitest - - WIKI_TOOLKIT_MYSQL_DBUSER=travis - - WIKI_TOOLKIT_MYSQL_DBHOST=localhost - - WIKI_TOOLKIT_PG_DBNAME=wikitest - - WIKI_TOOLKIT_PG_DBUSER=postgres - - WIKI_TOOLKIT_PG_DBHOST=localhost perl: - "5.22" - - "5.20" - - "5.18" - - "5.16" - - "5.14" - - "5.12" - - "5.10" -services: - - mysql - - postgresql before_install: - - mysql -e 'CREATE DATABASE wikitest;' - - psql -c 'create database wikitest;' -U postgres - cpanm --quiet --notest DBD::SQLite Plucene File::Spec::Functions Lucy File::Path Lingua::Stem DBD::Pg DBD::mysql DBIx::FullTextSearch Test::Pod Test::MockObject Hook::LexWrap Wiki::Toolkit::Formatter::UseMod sudo: false