Skip to content

Commit 70a5e39

Browse files
committed
removed branch filter
1 parent d2d4ba1 commit 70a5e39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ install:
99
before_script:
1010
- cp ./tests/example_config ./tests/config
1111
# command to run tests
12-
script: nosetests tests.tests_unit tests.test_client
13-
branches:
14-
only:
15-
- master
12+
script: nosetests tests.tests_unit tests.test_client

0 commit comments

Comments
 (0)