- Configure DB users in travis.yml
- Re-enable Pg selenium testing to see if problems continue
language: perl
+
+addons:
+ postgresql: "9.1"
+
perl:
- 5.10
- 5.12
- TEST_SUITE=webservices DB=mysql
- TEST_SUITE=selenium DB=mysql
- TEST_SUITE=webservices DB=pg
-# - TEST_SUITE=selenium DB=pg
+ - TEST_SUITE=selenium DB=pg
matrix:
exclude:
install: true
+before_script:
+ - mysql -u root mysql -e "GRANT ALL PRIVILEGES ON *.* TO bugs@localhost IDENTIFIED BY 'bugs'; FLUSH PRIVILEGES;"
+ - psql -c "CREATE USER bugs WITH PASSWORD 'bugs' CREATEDB;" -U postgres
+
script: ./qa/travis.sh
after_failure: