Skip to content

Commit 308bccd

Browse files
committed
fixup! Check format in travis
1 parent d183745 commit 308bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- stack test
2424
- stack build --ghc-options -O2
2525
- tar zcvf "${BUILD}" -C "$(stack path --local-install-root)/bin" jetpack
26-
- script/format.sh
26+
- nix-shell --command script/format.sh
2727
deploy:
2828
provider: releases
2929
api_key:

0 commit comments

Comments
 (0)