Commit d68525ff97afb93523204953b1815f6ad35ae4cb

Authored by Dmitriy Zaporozhets
2 parents 2e198cc3 544ce2d0

Merge pull request #6369 from skv-headless/postrgesql_travis_testing

postgresql testing on travis
Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
1 language: ruby 1 language: ruby
2 env: 2 env:
3 global: 3 global:
4 - - DB=mysql  
5 - TRAVIS=true 4 - TRAVIS=true
6 matrix: 5 matrix:
7 - - TASK=spinach  
8 - - TASK=spec  
9 - - TASK=jasmine:ci 6 + - TASK=spinach DB=mysql
  7 + - TASK=spec DB=mysql
  8 + - TASK=jasmine:ci DB=mysql
  9 + - TASK=spinach DB=postgresql
  10 + - TASK=spec DB=postgresql
10 before_install: 11 before_install:
11 - sudo apt-get install libicu-dev -y 12 - sudo apt-get install libicu-dev -y
12 branches: 13 branches:
@@ -15,7 +16,6 @@ branches: @@ -15,7 +16,6 @@ branches:
15 rvm: 16 rvm:
16 - 2.0.0 17 - 2.0.0
17 services: 18 services:
18 - - mysql  
19 - redis-server 19 - redis-server
20 before_script: 20 before_script:
21 - "cp config/database.yml.$DB config/database.yml" 21 - "cp config/database.yml.$DB config/database.yml"