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

Commit

Permalink
Stop data store services before build
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Feb 26, 2017
1 parent 49d4f1e commit 795e568
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ after_success:
- ./gradlew jacocoTestReport coveralls
- free -mt

before_script:
- sudo service postgresql stop || true
- sudo service mysql stop || true
- sudo service memcached stop || true
- sudo service bootlogd stop || true
- sudo service elasticsearch stop || true
- sudo service mongodb stop || true
- sudo service neo4j stop || true
- sudo service cassandra stop || true
- sudo service riak stop || true
- sudo service rsync stop || true
- sudo service x11-common stop || true

before_install:
- mkdir ~/gogs && git clone https://github.com/gogits/gogs.git ~/gogs
- free -mt
Expand Down

0 comments on commit 795e568

Please sign in to comment.