-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correction du nom du dépôt et de la configuration de Travis CI
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ language: java | |
sudo: false | ||
|
||
jdk: | ||
- oraclejdk8 | ||
- oraclejdk11 | ||
|
||
env: | ||
global: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
if [ "$TRAVIS_REPO_SLUG" == "louisfelix90/ECE-Hopital" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then | ||
if [ "$TRAVIS_REPO_SLUG" == "lfgaleota/ECE-Hopital" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then | ||
|
||
echo -e "Publishing javadoc...\n" | ||
|
||
|
@@ -30,7 +30,7 @@ if [ "$TRAVIS_REPO_SLUG" == "louisfelix90/ECE-Hopital" ] && [ "$TRAVIS_PULL_REQU | |
cd $HOME | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "travis-ci" | ||
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/louisfelix90/ECE-Hopital gh-pages > /dev/null | ||
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/lfgaleota/ECE-Hopital gh-pages > /dev/null | ||
|
||
cd gh-pages | ||
git rm -rf ./* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters