Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-04-12 12:56:37 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-04-13 21:05:52 +0400
commit8362026a33c98aa73ddbb9f330b91bb5327e29e3 (patch)
treefdf94fda3a8e8cd505a7a34cbca292c0e777029f /.travis.yml
parent6d57accef2976932e9bea76b6cb9a4cbe9d81918 (diff)
Split feature tests out to different build job
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 65527331128..9bab337f336 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,12 @@ env:
matrix:
- TASK=spinach 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=spec:api DB=postgresql
+ - TASK=spec:feature DB=postgresql
- TASK=spec:other DB=postgresql
- TASK=jasmine:ci DB=postgresql
before_install: