Skip to content

Commit 4a4ec40

Browse files
committed
Merge branch 'dev'
2 parents c038e3e + bdc0fdf commit 4a4ec40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install:
55
- nuget restore xake.sln
66
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
77
script:
8-
- echo module XakeConst [<Literal>] let internal Version = \"$VER.$TRAVIS_BUILD_NUMBER\" > ./VersionInfo.fs
8+
- echo "module XakeConst [<Literal>] let internal Version = \"$VER.$TRAVIS_BUILD_NUMBER\"" > ./VersionInfo.fs
99
- xbuild /p:Configuration=Release xake.sln
1010
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./bin/XakeLibTests.dll
1111
deploy:

0 commit comments

Comments
 (0)