Skip to content

Commit

Permalink
cleanup travis build definition
Browse files Browse the repository at this point in the history
"cache: apt" is no-op. LD_LIBRARY_PATH is redundant because binary is rpath linked
  • Loading branch information
chipitsine committed May 24, 2022
1 parent 47c8f3c commit 51c88a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ addons:
- libgd-dev

cache:
apt: true
directories:
- download-cache

Expand All @@ -30,7 +29,6 @@ env:
global:
- LUAJIT_PREFIX=/opt/luajit21
- LUAJIT_LIB=$LUAJIT_PREFIX/lib
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
- LUA_INCLUDE_DIR=$LUAJIT_INC
- LUA_CMODULE_DIR=/lib
Expand Down

0 comments on commit 51c88a6

Please sign in to comment.