We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46952db commit 365e4b3Copy full SHA for 365e4b3
.travis.yml
@@ -22,7 +22,7 @@ jobs:
22
go: 1.x
23
os: linux
24
before_install:
25
- - curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
+ - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
26
- sudo apt-get install -y nodejs
27
script:
28
- make gen_release
@@ -37,4 +37,4 @@ jobs:
37
tags: true
38
file:
39
- ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
40
- - ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
+ - ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
0 commit comments