Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Jan 23, 2020
1 parent 1a4004d commit a5864cd
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
# permission (top level).
# BUILD_TARGET The directory your build is saved in (to get it zipped for a
# GitHub release)
# BUILD_CORE If set the version it is set to (2.1.502, latest, ...) will be part
# of the build matrix. Otherwise latest will be used, but the build will
# be skipped immediately after start
# BUILD_MONO If set the version it is set to (3.10.0, latest, ...) will be part
# of the build matrix. Otherwise latest will be used, but the build will
# be skipped immediately after start
# TEST_NUNIT_FILE Set to path and filename of artifact containing the tests if you want
# to run NUNIT tests. Unset or set to 'false' to not run tests
# TEST_XUNIT_FILE Set to path and filename of artifact containing the tests if you want
# to run XUNIT tests. Unset or set to 'false' to not run tests
#
####################
### GENERAL INFO ###
Expand All @@ -38,14 +36,8 @@

language: csharp
solution: $SOLUTION_NAME.sln
jobs:
include:
- dotnet: [[ ! -z "$BUILD_CORE" ]] && echo "$BUILD_CORE" || echo "latest"
mono: none
env: RT_TYPE=core
- mono: [[ ! -z "$BUILD_MONO" ]] && echo "$BUILD_MONO" || echo "latest"
dotnet: none
env: RT_TYPE=mono
mono: latest
dotnet: none
git:
depth: false
install:
Expand Down

0 comments on commit a5864cd

Please sign in to comment.