From 67855d3b4edec4780a16e9583ab183753acf1581 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Sun, 12 Feb 2017 16:07:27 +0800 Subject: [PATCH] Add comments --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f9ad1c9203..5d82d9729b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,8 @@ before_install: fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then paddle/scripts/travis/before_install.osx.sh; fi - if [[ "$JOB" == "PRE_COMMIT" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi + # Paddle is using protobuf 3.1 currently. Protobuf 3.2 breaks the compatibility. So we specify the python + # protobuf version. - pip install numpy wheel 'protobuf==3.1' sphinx recommonmark sphinx_rtd_theme virtualenv pre-commit requests==2.9.2 LinkChecker script: - paddle/scripts/travis/main.sh -- GitLab