From 65c31d7bc8398fbfa446223a353e3c1533039aa7 Mon Sep 17 00:00:00 2001 From: Ben Mather Date: Wed, 6 Sep 2017 16:13:27 +0100 Subject: [PATCH] Fix rebase issues causing docs to be built twice on travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 748f674..e9e9392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ script: after_success: - "coveralls" - - "if [ \"${TRAVIS_PYTHON_VERSION}\" = '3.6' ]; then cd docs && make html; fi" before_deploy: - "if [ \"${TRAVIS_PYTHON_VERSION}\" = '3.6' ]; then make -C docs html; fi"