File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Do the Gradle build
44./gradlew build || exit 1
55
6- if [ " $TRAVIS_REPO_SLUG " == " diffplug/matlabcontrol " ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master" ]; then
6+ if [ " $TRAVIS_REPO_SLUG " == " diffplug/matconsolectl " ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master" ]; then
77 # Publish the artifacts
88 ./gradlew publish || exit 1
99 # Push the javadoc
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd $HOME
1313git config --global user.email " travis@travis-ci.org"
1414git config --global user.name " travis-ci"
1515rm -rf $HOME /gh-pages
16- git clone --quiet --branch=gh-pages https://${gh_token} @github.com/diffplug/matlabcontrol gh-pages > /dev/null
16+ git clone --quiet --branch=gh-pages https://${gh_token} @github.com/diffplug/matconsolectl gh-pages > /dev/null
1717
1818# copy the javadoc into the build
1919cd gh-pages
You can’t perform that action at this time.
0 commit comments