Skip to content

Commit 999f11a

Browse files
committed
add /home/travis/.cabal/bin to path variable
1 parent 245c04a commit 999f11a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ before_install:
88
- sudo cabal install shellcheck
99
- sudo pip install pre-commit
1010
script:
11+
- export PATH=/home/travis/.cabal/bin:$PATH
1112
- make test

0 commit comments

Comments
 (0)