Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Oct 28, 2017
1 parent 589748a commit a8c6cd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ before_install:
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
fi
- chmod a+x ~/.local/bin/stack
- |
if [ `uname` = "Linux" ]
then
pip install yamllint
else
echo "skipping yaml verification..."
fi
install:
- stack --no-terminal --install-ghc test --only-dependencies
Expand Down
2 changes: 1 addition & 1 deletion madlang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: madlang
version: 3.1.1.12
version: 3.1.1.13
synopsis: Randomized templating language DSL
description: Madlang is a text templating language written in Haskell,
meant to explore computational creativity and generative
Expand Down

0 comments on commit a8c6cd7

Please sign in to comment.