Remove obsolete commands on Travis

This commit is contained in:
Robert Schäfer 2019-05-31 20:35:29 +02:00
parent 82ce576ba4
commit 63697f5e27

View File

@ -9,7 +9,6 @@ addons:
- chromium
before_install:
- yarn global add wait-on
# Install Codecov
- yarn global add codecov
- yarn install
@ -17,7 +16,6 @@ before_install:
install:
- docker-compose -f docker-compose.yml -f docker-compose.travis.yml up --build -d
- wait-on http://localhost:7474 && docker-compose exec neo4j migrate
script:
# Backend