Skip to content

Commit

Permalink
Format yaml files according to yamllint's requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Sep 16, 2018
1 parent a4775a4 commit 9a1a750
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
21 changes: 9 additions & 12 deletions appveyor.yml
@@ -1,19 +1,16 @@
---
cache:
- '%APPDATA%\cabal'
- '%APPDATA%\ghc'
- '%APPDATA%\cabal'
- '%APPDATA%\ghc'

install:
- choco install ghc --version 8.2.2
- refreshenv
- choco install ghc --version 8.2.2
- refreshenv

build_script:
- cabal update
- cabal install alex happy
- cabal install --enable-tests --enable-benchmarks --disable-documentation --only-dependencies
- cabal update
- cabal install alex happy
- cabal install --enable-tests --enable-benchmarks --disable-documentation --only-dependencies

test_script:
- cabal test

branches:
only:
- master
- cabal test
5 changes: 3 additions & 2 deletions stack.yaml
@@ -1,5 +1,6 @@
---
packages: [.]
resolver: lts-6.27
extra-deps:
- data-msgpack-0.0.12
- data-msgpack-types-0.0.2
- data-msgpack-0.0.12
- data-msgpack-types-0.0.2

0 comments on commit 9a1a750

Please sign in to comment.