Commit d68525ff authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6369 from skv-headless/postrgesql_travis_testing

postgresql testing on travis
parents 2e198cc3 544ce2d0
language: ruby language: ruby
env: env:
global: global:
- DB=mysql
- TRAVIS=true - TRAVIS=true
matrix: matrix:
- TASK=spinach - TASK=spinach DB=mysql
- TASK=spec - TASK=spec DB=mysql
- TASK=jasmine:ci - TASK=jasmine:ci DB=mysql
- TASK=spinach DB=postgresql
- TASK=spec DB=postgresql
before_install: before_install:
- sudo apt-get install libicu-dev -y - sudo apt-get install libicu-dev -y
branches: branches:
...@@ -15,7 +16,6 @@ branches: ...@@ -15,7 +16,6 @@ branches:
rvm: rvm:
- 2.0.0 - 2.0.0
services: services:
- mysql
- redis-server - redis-server
before_script: before_script:
- "cp config/database.yml.$DB config/database.yml" - "cp config/database.yml.$DB config/database.yml"
......
Markdown is supported
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