summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-13 16:21:30 -0700
committerAman Gupta <aman@tmm1.net>2015-10-13 16:21:30 -0700
commitf7c979f865143cb7003bc34193cec1a97eff3b1b (patch)
treeb442e8ba8a94dd6c3ad7fb27197c7f4845fec100
parent4c5f8cfd0c553b8169b6b18c0200d7b1c6b521ba (diff)
downloadNim-f7c979f865143cb7003bc34193cec1a97eff3b1b.tar.gz
try with windows slashes
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 11f6c5854..2b1eab5d0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,4 +33,4 @@ before_test:
 
 test_script:
   - nim c --taintMode:on tests/testament/tester
-  - tests/testament/tester --pedantic all
+  - tests\testament\tester --pedantic all