Skip to content

Commit

Permalink
Correction du nom du dépôt et de la configuration de Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lfgaleota committed May 8, 2020
1 parent 4c99953 commit 54af96f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: java
sudo: false

jdk:
- oraclejdk8
- oraclejdk11

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions .utility/push-javadoc-to-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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 ./*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ECE-Hopital [![Build Status](https://www.travis-ci.com/louisfelix90/ECE-Hopital.svg?token=ELbB1pLDWUVazPTNRLJJ&branch=master)](https://www.travis-ci.com/louisfelix90/ECE-Hopital)
# ECE-Hopital [![Build Status](https://www.travis-ci.com/lfgaleota/ECE-Hopital.svg?token=ELbB1pLDWUVazPTNRLJJ&branch=master)](https://www.travis-ci.com/lfgaleota/ECE-Hopital)

Projet d'informatique du second semestre pour la première année du cycle ingénieur de l'ECE.

## Téléchargement
Les versions publiées sont disponibles ici:
https://github.com/louisfelix90/ECE-Hopital/releases
https://github.com/lfgaleota/ECE-Hopital/releases

## Documentation
Une documentation est disponible ici:
https://louisfelix90.github.io/ECE-Hopital/
https://lfgaleota.github.io/ECE-Hopital/

## Dépendances
- MySQL Connector/J (https://dev.mysql.com/doc/connector-j/5.1/en/)
Expand Down

0 comments on commit 54af96f

Please sign in to comment.