Merge pull request #10327 from pjdelport/add-travis-make-nunit

Add "make nunit" step to Travis
This commit is contained in:
Oliver Brakmann
2015-12-29 22:50:50 +01:00

View File

@@ -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: