You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 226 B

7 years ago
7 years ago
7 years ago
12345678910
  1. language: csharp
  2. solution: MQTTnet.sln
  3. matrix:
  4. include:
  5. - dotnet: 2.0.0
  6. mono: none
  7. dist: trusty
  8. env: DOTNETCORE=1 # optional, can be used to take different code paths in your script
  9. - mono: latest