travis: fix environment variables
This commit is contained in:
parent
3e99a2e38c
commit
78a4bc0d5d
@ -10,8 +10,8 @@ addons:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# install dependencies under $HOME because we don't have sudo
|
# install dependencies under $HOME because we don't have sudo
|
||||||
- DEPENDENCY_DIR="$HOME/dependencies"
|
- DEPENDENCY_DIR="$HOME/dependencies" \
|
||||||
- PKG_CONFIG_PATH="$DEPENDENCY_DIR/lib/pkgconfig:$PKG_CONFIG_PATH"
|
PKG_CONFIG_PATH="$DEPENDENCY_DIR/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# install libsodium, required by libtoxcore
|
# install libsodium, required by libtoxcore
|
||||||
|
Loading…
Reference in New Issue
Block a user