Last active
December 14, 2015 11:16
-
-
Save BenjaminAbt/0396d826a5fa50046b04 to your computer and use it in GitHub Desktop.
Travis CI SchwabenCode.FlexMapper Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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