Commit 490ab228e662f42a88e389469fd79b1274b4cf4a
1 parent
5dd2f36a
Exists in
spb-stable
and in
3 other branches
Updated the travis script
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -4,10 +4,12 @@ env: |
4 | 4 | - TRAVIS=true |
5 | 5 | matrix: |
6 | 6 | - TASK=spinach DB=mysql |
7 | - - TASK=spec DB=mysql | |
7 | + - TASK=spec:api DB=mysql | |
8 | + - TASK=spec:other DB=mysql | |
8 | 9 | - TASK=jasmine:ci DB=mysql |
9 | 10 | - TASK=spinach DB=postgresql |
10 | - - TASK=spec DB=postgresql | |
11 | + - TASK=spec:api DB=mysql | |
12 | + - TASK=spec:other DB=postgresql | |
11 | 13 | - TASK=jasmine:ci DB=postgresql |
12 | 14 | before_install: |
13 | 15 | - sudo apt-get install libicu-dev -y | ... | ... |