Skip to content

Commit 317926c

Browse files
author
Scott Sanderson
committed
BLD: Always build master.
1 parent a07f4f2 commit 317926c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ install:
1616
script:
1717
- if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27-ipython$IPYTHON,flake8; fi
1818
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34-ipython$IPYTHON,flake8; fi
19+
20+
branches:
21+
only:
22+
- master

0 commit comments

Comments
 (0)