Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Desactiva el servicio PostgreSQL nativo en la integración continua
Browse files Browse the repository at this point in the history
Ver también: Issue #19
  • Loading branch information
kilianpg committed Apr 15, 2018
1 parent f8a9e69 commit e856045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- sudo service postgresql stop
- mvn clean package -U -Dmaven.test.skip=true
- docker-compose up -d

Expand Down

0 comments on commit e856045

Please sign in to comment.