Skip to content

Commit cf1ff11

Browse files
committed
MongoDB Enterprise 2.4 shares same package name as 2.6+
1 parent 5746cd5 commit cf1ff11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ before_install:
4141
- sudo apt-get update -qq
4242

4343
install:
44-
- if dpkg --compare-versions ${SERVER_VERSION} le "2.4"; then export SERVER_PACKAGE=mongodb-10gen-enterprise; else export SERVER_PACKAGE=mongodb-enterprise; fi
45-
- sudo apt-get install ${SERVER_PACKAGE}
44+
- sudo apt-get install mongodb-enterprise
4645
- sudo apt-get -y install gdb
4746

4847
before_script:

0 commit comments

Comments
 (0)