Updated the travis script

This commit is contained in:
Jeroen van Baarsen 2014-04-11 21:52:49 +02:00
parent 5dd2f36ae1
commit 490ab228e6
1 changed files with 4 additions and 2 deletions

View File

@ -4,10 +4,12 @@ env:
- TRAVIS=true - TRAVIS=true
matrix: matrix:
- TASK=spinach DB=mysql - TASK=spinach DB=mysql
- TASK=spec DB=mysql - TASK=spec:api DB=mysql
- TASK=spec:other DB=mysql
- TASK=jasmine:ci DB=mysql - TASK=jasmine:ci DB=mysql
- TASK=spinach DB=postgresql - TASK=spinach DB=postgresql
- TASK=spec DB=postgresql - TASK=spec:api DB=mysql
- TASK=spec:other DB=postgresql
- TASK=jasmine:ci DB=postgresql - TASK=jasmine:ci DB=postgresql
before_install: before_install:
- sudo apt-get install libicu-dev -y - sudo apt-get install libicu-dev -y