diff options
author | Chad Tolkien <chad@sodadigital.com.au> | 2017-03-10 15:39:21 +1100 |
---|---|---|
committer | Chad Tolkien <chad@sodadigital.com.au> | 2017-03-10 15:39:21 +1100 |
commit | dde47e11ab6f4633708de4f1a6f587beea0a14e4 (patch) | |
tree | eca5e00313c59fe3408e1d131404527567639413 | |
parent | f06c44ed225ee3281f4e01e2836af21f112bb176 (diff) | |
download | TinyPNG-dde47e11ab6f4633708de4f1a6f587beea0a14e4.zip TinyPNG-dde47e11ab6f4633708de4f1a6f587beea0a14e4.tar.gz TinyPNG-dde47e11ab6f4633708de4f1a6f587beea0a14e4.tar.bz2 |
travis
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml index 9373da4..20f6e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,30 +3,8 @@ sudo: required dist: trusty notifications: email: never -#addons: -# apt: -# packages: -# - gettext -# - libcurl4-openssl-dev -# - libicu-dev -# - libssl-dev -# - libunwind8 -# - zlib1g -#env: -# global: -# - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true -# - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none -#os: -# - linux -# - osx -#osx_image: xcode7.3 -before_install: -# - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi -# - wget https://dot.net/v1/dotnet-install.sh -# - chmod a+x dotnet-install.sh -# - ./dotnet-install.sh --verbose -# - PATH=/home/travis/.dotnet:$PATH +dotnet: 1.01 script: - dotnet restore -v Minimal - dotnet build src/TinyPNG/TinyPNG.csproj -c Release -f netstandard1.3 |