From de6e3d46ec1d72e41e89a109e2135b3a4287bcfe Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 27 Jun 2016 21:49:45 -0400 Subject: [PATCH] appveyor fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9bbd29f6..f2c8f2cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,4 +26,4 @@ build_script: test_script: # - C:\projects\julia\bin\julia -e "Pkg.test(\"Plots\")" - - C:\projects\julia\bin\julia -e "include(Pkg.dir(\"Plots\", \"test\", \"travis_commands.jl\")" \ No newline at end of file + - C:\projects\julia\bin\julia -e "include(Pkg.dir(\"Plots\", \"test\", \"travis_commands.jl\"))" \ No newline at end of file