Skip to content

Commit

Permalink
mysql doesn't seem to work in travis right now, we'll make it optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Nov 9, 2016
1 parent ad419c7 commit a9ae817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,6 @@ env:
- CORE_BRANCH=stable10
- APP_NAME=qownnotesapi
matrix:
# - DB=mysql
- DB=pgsql

matrix:
Expand All @@ -22,6 +21,7 @@ matrix:
- php: 7
- php: hhvm
- env: DB=pgsql CORE_BRANCH=master
- env: DB=mysql
include:
- php: 5.5
env: DB=sqlite
Expand Down

0 comments on commit a9ae817

Please sign in to comment.