diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-11 21:52:49 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-11 21:52:49 +0200 |
commit | 490ab228e662f42a88e389469fd79b1274b4cf4a (patch) | |
tree | e86b122d7c0b7c8f508c37c6705b11c8fec1780d | |
parent | 5dd2f36ae153ac5a933a4e6ae0ae773508aa1f74 (diff) | |
download | gitlab-ce-490ab228e662f42a88e389469fd79b1274b4cf4a.tar.gz |
Updated the travis script
-rw-r--r-- | .travis.yml | 6 |
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 |