Skip to content

Commit cda386a

Browse files
committed
Updated makefile and added go 1.7 to travis build script
1 parent 1b71403 commit cda386a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: go
22
go:
33
- 1.5.4
4-
- 1.6.2
4+
- 1.6.3
5+
- 1.7.3
56
- tip
67

78
install:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
build:
55
# Build Linux release
66
go build -o factorio-server-linux/factorio-server-manager src/*
7+
ui/node_modules/webpack/bin/webpack.js ui/webpack.config.js app/bundle.js --progress --profile --colors
78
cp -r app/ factorio-server-linux/
89
cp conf.json.example factorio-server-linux/conf.json
910
zip -r build/factorio-server-linux-x64.zip factorio-server-linux

0 commit comments

Comments
 (0)