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 c918a36 commit 299338dCopy full SHA for 299338d
.travis.yml
@@ -7,15 +7,15 @@
7
8
sudo: required
9
services: docker
10
-language: java
+language: matlab
11
dist: xenial
12
13
install:
14
# install help2doc converter
15
- git clone https://github.com/petercorke/help2doc $HOME/bin
16
- export PATH="$(dirname "$HOME/bin"):$PATH"
17
# install MATLAB unit test runner
18
- - 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
19
20
before_script:
21
## build the doco PDF and place it in the src folder so it gets shipped to MATLAB cloud
0 commit comments