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