Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis build for sdk #163

Merged
merged 1 commit into from
Aug 16, 2017
Merged

Add travis build for sdk #163

merged 1 commit into from
Aug 16, 2017

Conversation

poornas
Copy link
Contributor

@poornas poornas commented Aug 13, 2017

Fixes #151.

Add functional tests to Travis CI build so as to run tests on each commit.

dotnet restore /p:Configuration=.netcore
script:
- dotnet publish --runtime ubuntu.16.04-x64 --output out /p:Configuration=.netcore
- ./out/Minio.Functional.Tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A newline is needed..

@deekoder deekoder merged commit a4dcd94 into minio:master Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants