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 0407902 commit 19dc8dfCopy full SHA for 19dc8df
.travis.yml
@@ -47,6 +47,7 @@ before_install:
47
fi
48
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then paddle/scripts/travis/before_install.osx.sh; fi
49
- if [[ "$JOB" == "PRE_COMMIT" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi
50
+ - pip install --upgrade pip
51
- pip install wheel protobuf sphinx recommonmark sphinx_rtd_theme virtualenv pre-commit requests==2.9.2 LinkChecker
52
script:
53
- paddle/scripts/travis/main.sh
0 commit comments