Updated the travis script
This commit is contained in:
parent
5dd2f36ae1
commit
490ab228e6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue