Skip to content

Commit 51c88a6

Browse files
committed
cleanup travis build definition
"cache: apt" is no-op. LD_LIBRARY_PATH is redundant because binary is rpath linked
1 parent 47c8f3c commit 51c88a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ addons:
1919
- libgd-dev
2020

2121
cache:
22-
apt: true
2322
directories:
2423
- download-cache
2524

@@ -30,7 +29,6 @@ env:
3029
global:
3130
- LUAJIT_PREFIX=/opt/luajit21
3231
- LUAJIT_LIB=$LUAJIT_PREFIX/lib
33-
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3432
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
3533
- LUA_INCLUDE_DIR=$LUAJIT_INC
3634
- LUA_CMODULE_DIR=/lib

0 commit comments

Comments
 (0)