Skip to content

Commit 980c298

Browse files
committed
PHPC-128: Fix travis setup
The service is called mongod for mongodb-org packages http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
1 parent 8e3bd3d commit 980c298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- sudo apt-get install mongodb-org
2222
- sudo apt-get install gdb valgrind
2323
- sudo apt-get install cdbs debhelper build-essential python-lxml
24-
- sudo service mongodb start
24+
- sudo service mongod start
2525

2626
before_script:
2727
- ulimit -a

0 commit comments

Comments
 (0)