Skip to content

Commit

Permalink
Merge 37bcc9d into ff02092
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Mar 3, 2020
2 parents ff02092 + 37bcc9d commit 9705888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,6 @@ addons:
notifications:
email: false

sudo: false

services:
- mysql
- postgresql
Expand Down Expand Up @@ -80,6 +78,7 @@ before_script:
script:
- /tmp/elasticsearch/bin/elasticsearch --version
- wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
- "./run-tests.sh"

after_success:
Expand Down

0 comments on commit 9705888

Please sign in to comment.