We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c070ece commit 8a36fa2Copy full SHA for 8a36fa2
.travis.yml
@@ -6,8 +6,8 @@
6
# |_| \_\___/|_.__/ \___/ \__|_|\___|___/ |_|\___/ \___/|_|_.__/ \___/_/\_\
7
8
9
-language: java
10
-dist: xenial
+language: minimal
+dist: bionic
11
services: docker
12
13
before_install:
@@ -24,7 +24,8 @@ install:
24
- git clone https://github.com/petercorke/help2doc $HOME/bin
25
- export PATH="$(dirname "$HOME/bin"):$PATH"
26
# install MATLAB unit test runner
27
- - curl -sL https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash
+ - wget -qO- --retry-connrefused https://ssd.mathworks.com/supportfiles/ci/ephemeral-matlab/v0/install.sh | sudo -E bash
28
+
29
30
before_script:
31
## build the doco PDF and place it in the src folder so it gets shipped to MATLAB cloud
0 commit comments