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

View File

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