Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Fixed structure of Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Cerfoglio authored and Cerfoglg committed Jun 14, 2018
1 parent 45fc727 commit 8b578f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ sudo: required
python:
- 2.7

before_script:
- sudo service mysql stop
- sudo service postgresql stop

install:
- sudo pip install Pygments setuptools docutils mock pillow alabaster commonmark recommonmark mkdocs

Expand All @@ -33,6 +29,8 @@ matrix:
services:
- docker
before_install:
- sudo service mysql stop
- sudo service postgresql stop
- docker-compose up -d
- sleep 120
script:
Expand Down

0 comments on commit 8b578f0

Please sign in to comment.