Skip to content

Commit

Permalink
Fix global env
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Dec 30, 2015
1 parent 324c2f3 commit b99f708
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ matrix:
- perl: "5.20"
env: CMARK_VERSION=0.21.0
env:
- CMARK_PREFIX="$TRAVIS_BUILD_DIR/cmark-$CMARK_VERSION/install"
- LD_LIBRARY_PATH="$CMARK_PREFIX/lib"
- PERL_MM_OPT="INC=-I$CMARK_PREFIX/include LIBS=-L$CMARK_PREFIX/lib\\ -lcmark"
global:
- CMARK_PREFIX="$TRAVIS_BUILD_DIR/cmark-$CMARK_VERSION/install"
- LD_LIBRARY_PATH="$CMARK_PREFIX/lib"
- PERL_MM_OPT="INC=-I$CMARK_PREFIX/include LIBS=-L$CMARK_PREFIX/lib\\ -lcmark"
addons:
apt:
sources:
Expand Down

0 comments on commit b99f708

Please sign in to comment.