Update .travis.yml in this branch so it stops building this branch.

This commit is contained in:
James Cole 2017-02-25 06:13:08 +01:00
parent fe0d88b7b3
commit b53a6c5703

View File

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