summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-19 14:17:37 +0300
committerHugo <hugovk@users.noreply.github.com>2017-10-19 14:17:37 +0300
commitb553d0c31d4872abb047f46aeb590b73514696e6 (patch)
tree1033d8788199d58d4e32f2226698a45f57d73561
parent040bdb15d31786c36c88f0b79e7f7d6fe3440765 (diff)
downloadpint-b553d0c31d4872abb047f46aeb590b73514696e6.tar.gz
Allow to test feature branches
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 66b10f3..5cb947b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,6 @@ env:
- UNCERTAINTIES="N" PYTHON="2.7" NUMPY_VERSION=0
- UNCERTAINTIES="N" PYTHON="3.5" NUMPY_VERSION=0
-branches:
- only:
- - staging
- - trying
- - master
-
before_install:
- sudo apt-get update
- if [[ "$PYTHON" == "2.7" ]]; then