File tree Expand file tree Collapse file tree 5 files changed +2768
-3769
lines changed
typescript-angular-v4.3/npm
typescript-angular-v5/npm
typescript-angular-v6/npm
typescript-fetch/builds/with-npm-version Expand file tree Collapse file tree 5 files changed +2768
-3769
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ language: java
3
3
dist : trusty
4
4
jdk :
5
5
- openjdk8
6
-
6
+ node_js :
7
+ - 10
7
8
cache :
8
9
directories :
9
10
- $HOME/.m2
@@ -39,6 +40,10 @@ before_install:
39
40
- gem install bundler -v '< 2'
40
41
- gem update --system 2.7.8
41
42
- gem --version
43
+ # install node version 10.x
44
+ - nvm install 10.22.0
45
+ - nvm use 10.22.0
46
+ # install typescript
42
47
- npm install -g typescript
43
48
- npm install -g npm
44
49
- npm config set registry http://registry.npmjs.org/
@@ -64,7 +69,18 @@ before_install:
64
69
- cat /etc/hosts
65
70
# show java version
66
71
- 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
68
84
install :
69
85
# Add Godeps dependencies to GOPATH and PATH
70
86
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.4 bash)"
You can’t perform that action at this time.
0 commit comments