From 299338d68ce9c36cb1c53fb01456beb19c273754 Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Sun, 14 Feb 2021 08:12:06 +1000 Subject: [PATCH] update for new MATLAB build structure --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d62629e..dd1b153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ sudo: required services: docker -language: java +language: matlab dist: xenial install: @@ -15,7 +15,7 @@ install: - git clone https://github.com/petercorke/help2doc $HOME/bin - export PATH="$(dirname "$HOME/bin"):$PATH" # install MATLAB unit test runner - - curl -sL https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash + #- curl -sL https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash before_script: ## build the doco PDF and place it in the src folder so it gets shipped to MATLAB cloud