There was an error while loading. Please reload this page.
1 parent 01514b4 commit 05f2068Copy full SHA for 05f2068
1 file changed
.travis.yml
@@ -11,10 +11,6 @@ env:
11
- LUA="luajit=2.0"
12
13
before_install:
14
- # Put back the links for libyaml, which are missing on recent Travis VMs
15
- - test -f /usr/lib/libyaml.so ||
16
- sudo find /usr/lib -name 'libyaml*' -exec ln -s {} /usr/lib \;
17
-
18
- pip install hererocks
19
- hererocks here -r^ --$LUA
20
- export PATH=$PWD/here/bin:$PATH
0 commit comments