Skip to content

Commit

Permalink
stop mysql and postgresql in travis to get a bit more memory...
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Nov 10, 2014
1 parent 4c91624 commit c8fff2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ before_install:
- "export PATH=`pwd`/qt5/bin:$PATH"
- "export QT_PLUGIN_PATH=`pwd`/qt5/plugins"
before_script:
# get some memory back
- "sudo service mysql stop"
- "sudo /etc/init.d/postgresql stop"
#compatibility between ruby travis artefact and GO one
- "export ARTIFACTS_KEY=$ARTIFACTS_AWS_ACCESS_KEY_ID"
- "export ARTIFACTS_SECRET=$ARTIFACTS_AWS_SECRET_ACCESS_KEY"
Expand Down

0 comments on commit c8fff2d

Please sign in to comment.