diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-12 09:05:08 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-12 09:05:08 +0200 |
commit | 0fd26ea46cb2714ad20f5518f58fb4778423f224 (patch) | |
tree | 1e563fa312f0a89442dcb633bb5783e3b7948cb9 /.travis.yml | |
parent | 0f31acd0ec9b8a6ccfe9c6b0038736ad724814c0 (diff) | |
download | gitlab-ce-0fd26ea46cb2714ad20f5518f58fb4778423f224.tar.gz |
Fixed a typo fix in the travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6163f92b55d..65527331128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - TASK=spec:other DB=mysql - TASK=jasmine:ci DB=mysql - TASK=spinach DB=postgresql - - TASK=spec:api DB=mysql + - TASK=spec:api DB=postgresql - TASK=spec:other DB=postgresql - TASK=jasmine:ci DB=postgresql before_install: |