Commit d1547f86d9e6fd7c7418cde40ec8fd816deba800

Authored by Dmitriy Zaporozhets
2 parents 5ff086b3 0fd26ea4

Merge pull request #6765 from jvanbaarsen/fixed-missing-buid-option

Fixed a typo fix in the travis build
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -8,7 +8,7 @@ env: @@ -8,7 +8,7 @@ env:
8 - TASK=spec:other DB=mysql 8 - TASK=spec:other DB=mysql
9 - TASK=jasmine:ci DB=mysql 9 - TASK=jasmine:ci DB=mysql
10 - TASK=spinach DB=postgresql 10 - TASK=spinach DB=postgresql
11 - - TASK=spec:api DB=mysql 11 + - TASK=spec:api DB=postgresql
12 - TASK=spec:other DB=postgresql 12 - TASK=spec:other DB=postgresql
13 - TASK=jasmine:ci DB=postgresql 13 - TASK=jasmine:ci DB=postgresql
14 before_install: 14 before_install: