mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
Reverting to original ready for merge
This commit is contained in:
parent
f21cbd472b
commit
bef7f22148
29
.travis.yml
29
.travis.yml
@ -1,7 +1,26 @@
|
|||||||
language: bash
|
language: bash
|
||||||
install:
|
sudo: false
|
||||||
- ./build/install.sh
|
env:
|
||||||
|
- DISTRO=ubuntu-trusty
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- curl -L "https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz" | tar zx
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- tmux
|
||||||
|
- mailutils
|
||||||
|
- postfix
|
||||||
|
- lib32gcc1
|
||||||
|
- libstdc++6
|
||||||
|
- libstdc++6:i386
|
||||||
|
- telnet
|
||||||
|
- expect
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build.sh
|
|
||||||
notifications:
|
- bash tests/tests_jc2server.sh
|
||||||
email: false
|
- bash tests/tests_ts3server.sh
|
Loading…
Reference in New Issue
Block a user