From 611a2da69770601798efd6db107c0ce351968f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 19 Oct 2013 13:59:16 +0200 Subject: [PATCH] remove xbuild as it does not work properly --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94284b83a6..827a05bb60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,11 @@ before_install: install: - sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 -# Run the build script which will automatically call RALint and ensure that the IDE project files are still valid. +# Run the build script and call RALint to check for YAML errors script: - make all +after_script: - make test - - xbuild # Only watch the development branch. branches: @@ -29,4 +29,4 @@ notifications: channels: - "irc.freenode.net#openra" use_notice: true - skip_join: true \ No newline at end of file + skip_join: true