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-11 23:52:49 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-04-11 23:52:49 +0400
commit490ab228e662f42a88e389469fd79b1274b4cf4a (patch)
treee86b122d7c0b7c8f508c37c6705b11c8fec1780d /.travis.yml
parent5dd2f36ae153ac5a933a4e6ae0ae773508aa1f74 (diff)
Updated the travis script
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