We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adf407 commit 7561a3fCopy full SHA for 7561a3f
.travis.yml
@@ -12,7 +12,7 @@ env:
12
13
# capturing state, early exit if no integration test is needed
14
before_install:
15
- - export PATH=$PATH:$HOME/bin:$HOME/texlive/bin/x86_64-linux
+ - export PATH=$HOME/bin:$HOME/texlive/bin/x86_64-linux:$PATH
16
- if [ ${TARGET} = integration ]; then
17
if ! make integration-need; then
18
echo "NOTE:"" Integration test skipped. To enable, create a branch named ${TRAVIS_BRANCH} in ${TRAVIS_REPO_SLUG}-examples.";
0 commit comments