summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-06-04 22:55:27 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-06-04 22:55:27 +0200
commite84057da1bc0d96e7f24424f423a9491d99d5585 (patch)
treed1144e98db8ea03860621f72777e4eed1516bf3a /.travis.yml
parenta76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff)
downloadgitlab-ce-e84057da1bc0d96e7f24424f423a9491d99d5585.tar.gz
Splitted the Spinach tests to prevent time-outs
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
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 9bab337f336..c90bba8deea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,14 @@ env:
global:
- TRAVIS=true
matrix:
- - TASK=spinach DB=mysql
+ - TASK=spinach_project DB=mysql
+ - TASK=spinach_other DB=mysql
- TASK=spec:api DB=mysql
- TASK=spec:feature DB=mysql
- TASK=spec:other DB=mysql
- TASK=jasmine:ci DB=mysql
- - TASK=spinach DB=postgresql
+ - TASK=spinach_project DB=postgresql
+ - TASK=spinach_other DB=postgresql
- TASK=spec:api DB=postgresql
- TASK=spec:feature DB=postgresql
- TASK=spec:other DB=postgresql