Skip to content

Commit 299338d

Browse files
committed
update for new MATLAB build structure
1 parent c918a36 commit 299338d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
sudo: required
99
services: docker
10-
language: java
10+
language: matlab
1111
dist: xenial
1212

1313
install:
1414
# install help2doc converter
1515
- git clone https://github.com/petercorke/help2doc $HOME/bin
1616
- export PATH="$(dirname "$HOME/bin"):$PATH"
1717
# install MATLAB unit test runner
18-
- curl -sL https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash
18+
#- curl -sL https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash
1919

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

0 commit comments

Comments
 (0)