Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hopefully this triggers less builds
  • Loading branch information
evert committed Dec 8, 2016
1 parent a53792b commit bc75307
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -7,10 +7,11 @@ php:


env:
- SABRE_MYSQLUSER="travis"
- SABRE_MYSQLPASS=""
- SABRE_MYSQLPASS="mysql:host=127.0.0.1;dbname=travis"
- matrix:
global:
- SABRE_MYSQLUSER="travis"
- SABRE_MYSQLPASS=""
- SABRE_MYSQLPASS="mysql:host=127.0.0.1;dbname=travis"
matrix:
- LOWEST_DEPS="" TEST_DEPS=""
- LOWEST_DEPS="--prefer-lowest" TEST_DEPS="tests/Sabre/"

Expand Down

0 comments on commit bc75307

Please sign in to comment.