From 5c2d69c051a2a39a0d2f513b94b4e3a238ce97bb Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 22 Oct 2019 20:39:06 +1100 Subject: [PATCH] Fixed updating to latest from non-master branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4aef55a17..0102431c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -220,8 +220,8 @@ before_install: install: # Maybe get and clean and patch source + - if [[ -n "$LATEST" ]]; then BUILD_COMMIT=master; fi - clean_code $REPO_DIR $BUILD_COMMIT - - if [[ -n "$LATEST" ]]; then git submodule update --remote --merge $REPO_DIR; fi - build_wheel $REPO_DIR $PLAT script: