We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ceb67 commit f059a58Copy full SHA for f059a58
.travis.yml
@@ -5,7 +5,7 @@ install:
5
- nuget restore xake.sln
6
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
7
script:
8
-- echo module Xake [<Literal>] let internal Version = \"$VER.$TRAVIS_BUILD_NUMBER\" > ./core/VersionInfo.fs
+- echo "module Xake [<Literal>] let internal Version = \"$VER.$TRAVIS_BUILD_NUMBER\"" > ./core/VersionInfo.fs
9
- xbuild /p:Configuration=Release xake.sln
10
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./bin/XakeLibTests.dll
11
deploy:
0 commit comments