diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-12 10:56:37 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-13 19:05:52 +0200 |
commit | 8362026a33c98aa73ddbb9f330b91bb5327e29e3 (patch) | |
tree | fdf94fda3a8e8cd505a7a34cbca292c0e777029f /.travis.yml | |
parent | 6d57accef2976932e9bea76b6cb9a4cbe9d81918 (diff) | |
download | gitlab-ce-8362026a33c98aa73ddbb9f330b91bb5327e29e3.tar.gz |
Split feature tests out to different build job
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |