Skip to content

Commit 7561a3f

Browse files
committed
precedence on ~/texlive (won't use the system package texlive)
1 parent 1adf407 commit 7561a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

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

0 commit comments

Comments
 (0)