From a8f69e20b91cafc1adc504f33ef49a2a415dc251 Mon Sep 17 00:00:00 2001 From: Alexei Date: Fri, 11 Dec 2015 20:34:02 -0800 Subject: [PATCH] Made all branches build using travis for more convenient testing of feature branches --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9582bc1..a3067b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ sudo: required language: bash -branches: - only: - - master - install: # Dependencies - sudo apt-get update -qq