Stop Travis from building weird branches.

This commit is contained in:
James Cole 2017-02-19 17:01:29 +01:00
parent cf1813b413
commit b9309bc7b1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -20,4 +20,10 @@ install:
- mv storage/database/databasecopy.sqlite storage/database/database.sqlite
script:
- phpunit
- phpunit
# safelist
branches:
only:
- develop
- master