diff --git a/.travis.yml b/.travis.yml index 040654a669..df725e203a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,10 @@ install: - mv storage/database/databasecopy.sqlite storage/database/database.sqlite script: - - phpunit \ No newline at end of file + - phpunit + +# safelist +branches: + only: + - develop + - master \ No newline at end of file