summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6bff3752b2a..6163f92b55d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,12 @@ env:
- TRAVIS=true
matrix:
- TASK=spinach DB=mysql
- - TASK=spec DB=mysql
+ - TASK=spec:api DB=mysql
+ - TASK=spec:other DB=mysql
- TASK=jasmine:ci DB=mysql
- TASK=spinach DB=postgresql
- - TASK=spec DB=postgresql
+ - TASK=spec:api DB=mysql
+ - TASK=spec:other DB=postgresql
- TASK=jasmine:ci DB=postgresql
before_install:
- sudo apt-get install libicu-dev -y