Skip to content

Commit 92a8764

Browse files
committedJan 30, 2021
fix chrome
1 parent 51a868c commit 92a8764

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: java
33
jdk:
44
- oraclejdk11
55

6+
addons:
7+
chrome: beta
8+
69
services:
710
- docker
811

@@ -13,9 +16,8 @@ notifications:
1316
on_failure: always
1417

1518
before_install:
16-
- nvm install 12.16
17-
- nvm use 12.16
18-
19+
- nvm install 14.15
20+
- nvm use 14.15
1921

2022
script:
2123
./mvnw clean install docker:build

0 commit comments

Comments
 (0)
Please sign in to comment.