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
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