Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Mar 8, 2017
1 parent c36b3ea commit f41e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ install:
before_script:
- if [[ $DOTNETCORE == "" ]]; then export LD_LIBRARY_PATH=/usr/local/lib; fi
script:
- if [[ $DOTNETCORE == "" ]]; then xbuild Unosquare.Labs.EmbedIO.Owin.sln /p:"TargetFrameworkVersion=v4.5;Configuration=Release"; else dotnet test ./test/Unosquare.Labs.EmbedIO.Extra.Tests -f netcoreapp1.1; fi
- if [[ $DOTNETCORE == "" ]]; then xbuild Unosquare.Labs.EmbedIO.Owin.sln /p:"Configuration=Release"; else dotnet test ./test/Unosquare.Labs.EmbedIO.Extra.Tests -f netcoreapp1.1; fi
- if [[ $DOTNETCORE == "" ]]; then mono ./testrunner/NUnit.ConsoleRunner.*/tools/nunit3-console.exe --process=Single ./test/Unosquare.Labs.EmbedIO.Owin.Tests/bin/Release/Unosquare.Labs.EmbedIO.Owin.Tests.dll; fi

0 comments on commit f41e2aa

Please sign in to comment.