Skip to content

Commit aef2c2e

Browse files
committed
travis: install lua-posix and correct the symlink
1 parent 18e783f commit aef2c2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ compiler:
55
env:
66
-
77
- USE_XFT=0
8-
before_install: sudo apt-get install lua5.2 liblua5.2-dev gettext libxft-dev libxinerama-dev libxrandr-dev libreadline-dev
8+
before_install:
9+
- sudo apt-get install lua5.2 liblua5.2-dev gettext libxft-dev libxinerama-dev libxrandr-dev libreadline-dev lua-posix
10+
- sudo ln -sf /usr/lib/x86_64-linux-gnu/lua/5.2/posix_c.so /usr/lib/x86_64-linux-gnu/lua/5.2/posix.so
911
script:
1012
- make
1113
- make test

0 commit comments

Comments
 (0)