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:
authorRobert Schilling <rschilling@student.tugraz.at>2014-02-23 17:30:06 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-02-23 17:30:06 +0400
commite83fead6d14a17c40753e87792f6576ce9f97db4 (patch)
tree604fe69ce2cc457b5e53032e89fe16e7fe9a451c /.travis.yml
parente868de687da060a109bd67fd492ed110eb134d47 (diff)
Add jasmine tests to postgresql db
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b2449d4189e..6bff3752b2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
- TASK=jasmine:ci DB=mysql
- TASK=spinach DB=postgresql
- TASK=spec DB=postgresql
+ - TASK=jasmine:ci DB=postgresql
before_install:
- sudo apt-get install libicu-dev -y
branches: