summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-10-02 13:11:14 +0200
committerMichal Čihař <michal@cihar.com>2017-10-02 13:11:14 +0200
commit69c24711035e3ed52efa3c568afd0105c8d2126e (patch)
tree1d3e2f5e280b7a91ad0eb60536535bc4fd93b4d9
parentc35792c3c932913cc837a30a0ab9874ec269b331 (diff)
downloadsql-parser-69c24711035e3ed52efa3c568afd0105c8d2126e.zip
sql-parser-69c24711035e3ed52efa3c568afd0105c8d2126e.tar.gz
sql-parser-69c24711035e3ed52efa3c568afd0105c8d2126e.tar.bz2
Fix apigen 4.1 command syntax
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 50067a2..c66b1ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,4 +40,4 @@ cache:
script:
- if [ "$DOCS" != "yes" ] ; then ./vendor/bin/phpunit --configuration phpunit.xml ; fi
- - if [ "$DOCS" = "yes" ] ; then ./vendor/bin/apigen generate --destination doc src/ ; fi
+ - if [ "$DOCS" = "yes" ] ; then ./vendor/bin/apigen generate --destination doc --source src/ ; fi