diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-26 18:08:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-26 18:08:19 -0700 |
commit | 38067aff753198670c1ee4c576a19e70c4bc6ce0 (patch) | |
tree | 44226989fcdaa31d9de96d94db65f1faede0e200 | |
parent | bab92c6ce438e32e36ea15ff7b3a0cafe3130bb6 (diff) | |
download | pandoc-38067aff753198670c1ee4c576a19e70c4bc6ce0.tar.gz |
appveyor - attempt to fix yml errors.
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index f7efcd3c8..28dbffea6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ install: -- ps: >- +- ps: | git submodule update --init choco install haskellplatform -version 2014.2.0.0 -y # Haskell Platfrom package doesn't update PATH for the current shell instance @@ -12,11 +12,11 @@ install: cabal install --only-dependencies --enable-tests -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3" build_script: -- ps: >- +- ps: | echo "PATH is $env:Path" cabal configure --enable-tests -v2 -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3" cabal build test_script: -- ps: >- +- ps: | cabal test |