提交 642dc356 编写于 作者: L liaogang

clean travis ci

上级 e2d0e09a
...@@ -24,15 +24,10 @@ addons: ...@@ -24,15 +24,10 @@ addons:
- wget - wget
- git - git
- build-essential - build-essential
- python - libatlas-base-dev
- python-pip - python-pip
- python2.7-dev
- python-numpy
- python-wheel
- curl - curl
- lcov
- graphviz - graphviz
- swig
- clang-format-3.8 - clang-format-3.8
- automake - automake
- libtool - libtool
...@@ -50,7 +45,7 @@ before_install: ...@@ -50,7 +45,7 @@ before_install:
fi fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then paddle/scripts/travis/before_install.osx.sh; 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 - if [[ "$JOB" == "PRE_COMMIT" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi
- pip install wheel protobuf sphinx recommonmark virtualenv numpy sphinx_rtd_theme pre-commit requests==2.9.2 LinkChecker - pip install protobuf sphinx recommonmark sphinx_rtd_theme virtualenv pre-commit requests==2.9.2 LinkChecker
script: script:
- paddle/scripts/travis/main.sh - paddle/scripts/travis/main.sh
notifications: notifications:
......
#!/bin/bash #!/bin/bash
brew update brew update
brew tap homebrew/science brew tap homebrew/science
brew install python brew install openblas md5sha1sum
sudo pip install --upgrade protobuf
brew install cmake python wget md5sha1sum
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册