diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-02-26 12:53:59 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-02-26 12:54:11 +0000 |
commit | 8a431b9edb079d095cd3c7e3db391548b1e5d859 (patch) | |
tree | 0e7ac3f2b95bf0a2e507e83438d6aac186391344 /.travis.yml | |
parent | 7856d087c341f0801be4f79d2df0405df2902845 (diff) |
Run Travis on all branches.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 9ce5dbc86..ac971bbfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,6 @@ language: perl perl: - "5.14" -branches: - only: - - master - before_install: - sudo apt-get update -qq - sudo apt-get install -qq jhead libgmp-dev |