Skip to content

Commit 05f2068

Browse files
committed
travis: don't try to use sudo in container.
* .travis.yml (before_install): This is no longer needed to get a working lymal installation on travis. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
1 parent 01514b4 commit 05f2068

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ env:
1111
- LUA="luajit=2.0"
1212

1313
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-
1814
- pip install hererocks
1915
- hererocks here -r^ --$LUA
2016
- export PATH=$PWD/here/bin:$PATH

0 commit comments

Comments
 (0)