Commit 36d7b20b8d2d180c7502b3253f761f4d61d0c647
Exists in
spb-stable
and in
3 other branches
Merge pull request #6390 from Razer6/add_missing_travis_task
Add jasmine tests to postgresql db
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -8,6 +8,7 @@ env: | @@ -8,6 +8,7 @@ env: | ||
8 | - TASK=jasmine:ci DB=mysql | 8 | - TASK=jasmine:ci DB=mysql |
9 | - TASK=spinach DB=postgresql | 9 | - TASK=spinach DB=postgresql |
10 | - TASK=spec DB=postgresql | 10 | - TASK=spec DB=postgresql |
11 | + - TASK=jasmine:ci DB=postgresql | ||
11 | before_install: | 12 | before_install: |
12 | - sudo apt-get install libicu-dev -y | 13 | - sudo apt-get install libicu-dev -y |
13 | branches: | 14 | branches: |