From b53a6c570308a2d089f42a68a224ad4f5c8dc3f0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 25 Feb 2017 06:13:08 +0100 Subject: [PATCH] Update .travis.yml in this branch so it stops building this branch. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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