Skip to content

Commit a5864cd

Browse files
committed
Add tests
1 parent 1a4004d commit a5864cd

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.travis.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
# permission (top level).
2121
# BUILD_TARGET The directory your build is saved in (to get it zipped for a
2222
# GitHub release)
23-
# BUILD_CORE If set the version it is set to (2.1.502, latest, ...) will be part
24-
# of the build matrix. Otherwise latest will be used, but the build will
25-
# be skipped immediately after start
26-
# BUILD_MONO If set the version it is set to (3.10.0, latest, ...) will be part
27-
# of the build matrix. Otherwise latest will be used, but the build will
28-
# be skipped immediately after start
23+
# TEST_NUNIT_FILE Set to path and filename of artifact containing the tests if you want
24+
# to run NUNIT tests. Unset or set to 'false' to not run tests
25+
# TEST_XUNIT_FILE Set to path and filename of artifact containing the tests if you want
26+
# to run XUNIT tests. Unset or set to 'false' to not run tests
2927
#
3028
####################
3129
### GENERAL INFO ###
@@ -38,14 +36,8 @@
3836

3937
language: csharp
4038
solution: $SOLUTION_NAME.sln
41-
jobs:
42-
include:
43-
- dotnet: [[ ! -z "$BUILD_CORE" ]] && echo "$BUILD_CORE" || echo "latest"
44-
mono: none
45-
env: RT_TYPE=core
46-
- mono: [[ ! -z "$BUILD_MONO" ]] && echo "$BUILD_MONO" || echo "latest"
47-
dotnet: none
48-
env: RT_TYPE=mono
39+
mono: latest
40+
dotnet: none
4941
git:
5042
depth: false
5143
install:

0 commit comments

Comments
 (0)