From 4a4810aaa9ce57fea1163986b69c72e550f72c86 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 9 Jun 2016 09:35:09 +0200 Subject: [PATCH] Fix travis... this time yes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5aa58160de5..658ab5bcfe5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,5 +38,5 @@ script: - cd bin - make -j 8 -k && make install - cd check_install/bin - - ./bnetserver --version + - ./authserver --version - ./worldserver --version