diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-13 16:21:30 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-13 16:21:30 -0700 |
commit | f7c979f865143cb7003bc34193cec1a97eff3b1b (patch) | |
tree | b442e8ba8a94dd6c3ad7fb27197c7f4845fec100 | |
parent | 4c5f8cfd0c553b8169b6b18c0200d7b1c6b521ba (diff) | |
download | Nim-f7c979f865143cb7003bc34193cec1a97eff3b1b.tar.gz |
try with windows slashes
-rw-r--r-- | appveyor.yml | 2 |
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 |