Skip to content

Commit

Permalink
precedence on ~/texlive (won't use the system package texlive)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 25, 2015
1 parent 1adf407 commit 7561a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

# capturing state, early exit if no integration test is needed
before_install:
- export PATH=$PATH:$HOME/bin:$HOME/texlive/bin/x86_64-linux
- export PATH=$HOME/bin:$HOME/texlive/bin/x86_64-linux:$PATH
- if [ ${TARGET} = integration ]; then
if ! make integration-need; then
echo "NOTE:"" Integration test skipped. To enable, create a branch named ${TRAVIS_BRANCH} in ${TRAVIS_REPO_SLUG}-examples.";
Expand Down

0 comments on commit 7561a3f

Please sign in to comment.