Skip to content

Commit a7cc369

Browse files
committed
Try a symlink
1 parent 67a92b4 commit a7cc369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- 13
55
install:
6-
- sudo apt install libncurses5-dev
6+
- sudo ln -s /usr/lib/x86_64-linux-gnu/libtinfo.so.6 /usr/lib/x86_64-linux-gnu/libtinfo.so.5
77
- npm install -g purescript@0.14.1 spago parcel-bundler
88
script:
99
- npm install

0 commit comments

Comments
 (0)