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

Fix Travis build #19

Closed
tomasaschan opened this issue Jan 3, 2018 · 1 comment
Closed

Fix Travis build #19

tomasaschan opened this issue Jan 3, 2018 · 1 comment

Comments

@tomasaschan
Copy link

The builds on Travis-CI are currently failing, because the build script doesn't work if dotnet isn't installed (see discussion in #16 for details).

There are two potential fixes:

  • List dotnet as a prerequisite, remove everything pertaining to installing dotnet from build.fsx and update .travis.yml to make sure that dotnet is installed prior to running the build script.

or

  • Fix the build script parts that check the dotnet version so it can install dotnet correctly.
@tomasaschan
Copy link
Author

Fixed by #20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant