diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-02-23 14:30:06 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-02-23 14:30:06 +0100 |
commit | e83fead6d14a17c40753e87792f6576ce9f97db4 (patch) | |
tree | 604fe69ce2cc457b5e53032e89fe16e7fe9a451c /.travis.yml | |
parent | e868de687da060a109bd67fd492ed110eb134d47 (diff) | |
download | gitlab-ce-e83fead6d14a17c40753e87792f6576ce9f97db4.tar.gz |
Add jasmine tests to postgresql db
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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: |