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
.travis.yml
1 1 language: ruby
2 2 env:
3 3 global:
4   - - DB=mysql
5 4 - TRAVIS=true
6 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 11 before_install:
11 12 - sudo apt-get install libicu-dev -y
12 13 branches:
... ... @@ -15,7 +16,6 @@ branches:
15 16 rvm:
16 17 - 2.0.0
17 18 services:
18   - - mysql
19 19 - redis-server
20 20 before_script:
21 21 - "cp config/database.yml.$DB config/database.yml"
... ...