From eacbd2acd32be8ec5006dac403bece612eecd35e Mon Sep 17 00:00:00 2001 From: jlaura Date: Wed, 13 Jun 2018 19:37:15 -0700 Subject: [PATCH] Update .travis.yml Removing doc deploy on dev - can build on master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e868757..fcd93b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ after_success: - source activate test # Reactivate the env to have all deps installed. - pip install travis-sphinx - travis-sphinx build --source=docs --nowarn # The sphinx build script - - travis-sphinx deploy --branches=dev + - travis-sphinx deploy notifications: webhooks: -- GitLab