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
.travis.yml
... ... @@ -8,7 +8,7 @@ env:
8 8 - TASK=spec:other DB=mysql
9 9 - TASK=jasmine:ci DB=mysql
10 10 - TASK=spinach DB=postgresql
11   - - TASK=spec:api DB=mysql
  11 + - TASK=spec:api DB=postgresql
12 12 - TASK=spec:other DB=postgresql
13 13 - TASK=jasmine:ci DB=postgresql
14 14 before_install:
... ...