Skip to content

Commit 4721124

Browse files
committed
Remove sudo
1 parent d51f582 commit 4721124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before_script:
3939
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
4040
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer config "platform.ext-mongo" "1.6.16" && composer require "alcaeus/mongo-php-adapter=${ADAPTER_VERSION}"; fi
4141
- mysql -e 'create database unittest;'
42-
- sudo service mongod start
42+
- service mongod start
4343
- travis_retry composer self-update
4444
- travis_retry composer install --no-interaction
4545

0 commit comments

Comments
 (0)