Skip to content

Instantly share code, notes, and snippets.

@BenjaminAbt
Last active December 14, 2015 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenjaminAbt/0396d826a5fa50046b04 to your computer and use it in GitHub Desktop.
Save BenjaminAbt/0396d826a5fa50046b04 to your computer and use it in GitHub Desktop.
Travis CI SchwabenCode.FlexMapper Configuration
# Origin: https://github.com/SchwabenCode/FlexMapper
language: csharp
solution: src/SchwabenCode.FlexMapper.sln
install:
- curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh
- dnvm upgrade
- dnu restore
script:
- dnu build ./src/SchwabenCode.FlexMapper.UnitTests/project.json
- dnx -p ./src/SchwabenCode.FlexMapper.UnitTests test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment