Skip to content
Snippets Groups Projects
Commit d191dc99 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Attempt to bypass precise dist restriction.

parent e945b5be
No related branches found
No related tags found
No related merge requests found
dist: precise
language: "perl"
perl:
......@@ -33,6 +32,7 @@ install:
- cpanm -n DBD::SQLite
- cp travisci/MultiTestDB.conf.travisci.mysql modules/t/MultiTestDB.conf.mysql
- cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
- mysql -u root -h localhost -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
script: "./travisci/harness.sh"
......
{
'port' => '3306',
'driver' => 'mysql',
'user' => 'root',
'user' => 'travis',
'host' => '127.0.0.1',
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment