From 8c3533e8e6ce05b5a0cf09f3fac3e2e372e61f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=ABt=20Delport?= Date: Tue, 29 Dec 2015 21:15:27 +0200 Subject: [PATCH] Add "make nunit" step to Travis Historically, this wasn't working, but it should be more stable now. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 909fca4d6b..9e2e6e1614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,12 +28,14 @@ env: # Run the build script # Check source code with StyleCop # call OpenRA to check for YAML errors +# Run the NUnit tests script: - travis_retry make all-dependencies - make all - make check - make check-scripts - make test + - make nunit # Automatically update the trait documentation and Lua API after_success: