Skip to content

Commit

Permalink
use memdb on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jul 24, 2018
1 parent 4b35546 commit ad55a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
- tar xf EventStore-OSS-Ubuntu-14.04-v4.1.1-hotfix1.tar.gz
- cd EventStore-OSS-Ubuntu-14.04-v4.1.1-hotfix1
- echo starting event-store
- ./run-node.sh --run-projections=all --mem-db
- ./run-node.sh --run-projections=all --mem-db > /dev/null &
- cd ..
- mkdir -p "$HOME/.php-cs-fixer"
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit ad55a24

Please sign in to comment.