Skip to content

Commit 00ad249

Browse files
add npm in .travis.yml
1 parent f2f1c9a commit 00ad249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jdk:
66
before_script:
77
- chmod a+x gradlew
88

9+
node_js: "v13.7.0"
10+
install: "npm install"
11+
912
script: ./gradlew clean build
1013

1114
notifications:

0 commit comments

Comments
 (0)