選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

20 行
356 B

  1. language: csharp
  2. sudo: required
  3. dist: trusty
  4. mono: none
  5. dotnet: 1.0.0
  6. install:
  7. - export DOTNET_CLI_TELEMETRY_OPTOUT=1
  8. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable; brew update; brew install openssl; fi
  9. os:
  10. - linux
  11. - osx
  12. osx_image: xcode7.3
  13. before_script:
  14. - chmod a+x ./build.sh
  15. script:
  16. - ./build.sh
  17. notifications:
  18. email: false