Skip to content

Commit

Permalink
Travis: fixed stack incantation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 3, 2018
1 parent 7f66210 commit 2781358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ script:
cd skylighting && \
skylighting-extract xml/*.xml && \
cd .. && \
stack test --no-terminal $ARGS install --haddock --no-haddock-deps --fast --flag 'aeson:fast' --flag 'skylighting:executable' --ghc-options="$OPTS"
stack test --no-terminal $ARGS --haddock --no-haddock-deps --fast --flag 'aeson:fast' --flag 'skylighting:executable' --ghc-options="$OPTS"
;;
cabal)
cd skylighting-core && \
Expand Down

0 comments on commit 2781358

Please sign in to comment.