Skip to content

Commit

Permalink
update for new MATLAB build structure
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed Feb 13, 2021
1 parent c918a36 commit 299338d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

sudo: required
services: docker
language: java
language: matlab
dist: xenial

install:
# install help2doc converter
- 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
Expand Down

0 comments on commit 299338d

Please sign in to comment.