Skip to content

Commit 365e4b3

Browse files
committed
use older nodejs version (newer version is not compatible with dependencies)
1 parent 46952db commit 365e4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go: 1.x
2323
os: linux
2424
before_install:
25-
- curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
25+
- curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
2626
- sudo apt-get install -y nodejs
2727
script:
2828
- make gen_release
@@ -37,4 +37,4 @@ jobs:
3737
tags: true
3838
file:
3939
- ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
40-
- ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
40+
- ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip

0 commit comments

Comments
 (0)