Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
.travis.yml: escape special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Jun 1, 2017
1 parent 6312197 commit 55120d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,8 @@ matrix:
- hvr-ghc
- os: osx
before_install:
- printf "%s: %s\n" "pandoc-nightly version" "0.2.2"
- |
printf "%s: %s\n" "pandoc-nightly version" "0.2.2"
install:
# Download and unpack the stack executable
- mkdir -p ~/.local/bin
Expand Down

0 comments on commit 55120d0

Please sign in to comment.