Skip to content

Commit 8a36fa2

Browse files
committed
change to bionic to get more recent gcc
1 parent c070ece commit 8a36fa2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# |_| \_\___/|_.__/ \___/ \__|_|\___|___/ |_|\___/ \___/|_|_.__/ \___/_/\_\
77

88

9-
language: java
10-
dist: xenial
9+
language: minimal
10+
dist: bionic
1111
services: docker
1212

1313
before_install:
@@ -24,7 +24,8 @@ install:
2424
- git clone https://github.com/petercorke/help2doc $HOME/bin
2525
- export PATH="$(dirname "$HOME/bin"):$PATH"
2626
# install MATLAB unit test runner
27-
- curl -sL https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash
27+
- wget -qO- --retry-connrefused https://ssd.mathworks.com/supportfiles/ci/ephemeral-matlab/v0/install.sh | sudo -E bash
28+
2829

2930
before_script:
3031
## build the doco PDF and place it in the src folder so it gets shipped to MATLAB cloud

0 commit comments

Comments
 (0)