Skip to content

Commit 590ba1c

Browse files
committed
Update travis.yml
1 parent 5ef7f9c commit 590ba1c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
dist: trusty
1+
dist: bionic
22
sudo: true
33
language: java
44
jdk:
5-
- oraclejdk9
5+
- oraclejdk11
66

77
notifications:
88
email:
99
recipients:
1010
11-
11+
12+
1213
on_success: change
1314
on_failure: always
1415

@@ -18,8 +19,8 @@ branches:
1819

1920
env:
2021
global:
21-
- MONGODB_FILE_NAME=mongodb-linux-x86_64-enterprise-ubuntu1404
22-
- MONGODB=3.6.1
22+
- MONGODB_FILE_NAME=mongodb-linux-x86_64-enterprise-ubuntu1804
23+
- MONGODB=4.2.6
2324

2425
addons:
2526
apt:
@@ -33,7 +34,7 @@ install:
3334

3435
before_script:
3536
- mkdir ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/data
36-
- ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/bin/mongod --dbpath ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/data --logpath ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/mongodb.log --setParameter enableTestCommands=1 --fork --smallfiles --nojournal
37+
- ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/bin/mongod --dbpath ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/data --logpath ${PWD}/${MONGODB_FILE_NAME}-${MONGODB}/mongodb.log --setParameter enableTestCommands=1 --fork --nojournal
3738

3839
script:
3940
- ./gradlew -q assemble

0 commit comments

Comments
 (0)