mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Arreglo en travis
Eliminado "apt-get update" al dar un error inesperado
This commit is contained in:
parent
6864541de2
commit
3e9507e9a9
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ before_install:
|
||||||
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
|
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
|
||||||
- chmod +x mvnw
|
- chmod +x mvnw
|
||||||
- mysql -e 'CREATE DATABASE cheapy;'
|
- mysql -e 'CREATE DATABASE cheapy;'
|
||||||
- sudo apt-get update
|
|
||||||
after_success:
|
after_success:
|
||||||
- ls
|
- ls
|
||||||
- ls target
|
- ls target
|
||||||
|
|
Loading…
Reference in a new issue