We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c038e3e + bdc0fdf commit 4a4ec40Copy full SHA for 4a4ec40
.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 XakeConst [<Literal>] let internal Version = \"$VER.$TRAVIS_BUILD_NUMBER\" > ./VersionInfo.fs
+- echo "module XakeConst [<Literal>] let internal Version = \"$VER.$TRAVIS_BUILD_NUMBER\"" > ./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