diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-30 15:22:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 15:22:37 +0200 |
commit | e4af303adf517c1430b9cc125e48b69b6fdbadc8 (patch) | |
tree | 62d8275b5c241697a81505e7224d17a46e5b21cf /.travis.yml | |
parent | 23ba43f8dc2883f022cf279336a4058a10ed9722 (diff) |
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9a9e31a38a..57533b8500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,5 +34,3 @@ script: - cd bin - make -j 8 -k && make install - cd check_install/bin - - ./authserver --version - - ./worldserver --version |