Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 8974412

Browse files
committed
ci(debug): downgrade to node 10.10, fuck
1 parent 9378819 commit 8974412

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ before_script:
2828

2929
script:
3030
# - codecov
31-
- nvm exec 12.4.0 npm run build.ci
32-
- nvm exec 12.4.0 npm run test:ci
31+
- nvm exec 10.10 npm run build.ci
32+
- nvm exec 10.10 npm run test:ci
3333

3434
cache:
3535
directories:

travis/install_node.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh |
55
[[ -s $HOME/.nvm/nvm.sh ]] && . $HOME/.nvm/nvm.sh
66
echo "> check nvm"
77
nvm --version
8-
echo "> use node 12.4.0"
9-
nvm install 12.4.0
10-
nvm alias default 12.4.0
8+
echo "> use node 10.10"
9+
nvm install 10.10.0
10+
nvm alias default 10.10.0
1111
echo "> install node done"
1212
node --version
1313
pwd

0 commit comments

Comments
 (0)