Skip to content

Commit ee86ae7

Browse files
committed
package-lock fix npm advisories 1071 1500
1 parent 1ffcd68 commit ee86ae7

File tree

5 files changed

+2768
-3769
lines changed

5 files changed

+2768
-3769
lines changed

.travis.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ language: java
33
dist: trusty
44
jdk:
55
- openjdk8
6-
6+
node_js:
7+
- 10
78
cache:
89
directories:
910
- $HOME/.m2
@@ -39,6 +40,10 @@ before_install:
3940
- gem install bundler -v '< 2'
4041
- gem update --system 2.7.8
4142
- gem --version
43+
# install node version 10.x
44+
- nvm install 10.22.0
45+
- nvm use 10.22.0
46+
# install typescript
4247
- npm install -g typescript
4348
- npm install -g npm
4449
- npm config set registry http://registry.npmjs.org/
@@ -64,7 +69,18 @@ before_install:
6469
- cat /etc/hosts
6570
# show java version
6671
- java -version
67-
72+
# show node version
73+
- node -v
74+
# show node executable
75+
- which node
76+
# show npm version
77+
- npm -v
78+
# show npm executable
79+
- which npm
80+
# show typescript version
81+
- tsc -v
82+
# show tsc executable
83+
- which tsc
6884
install:
6985
# Add Godeps dependencies to GOPATH and PATH
7086
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"

0 commit comments

Comments
 (0)