提交 c383b1ae authored 作者: notoraptor's avatar notoraptor

Make new TRAVIS scripts

executables by default.
上级 931c7c03
......@@ -23,7 +23,6 @@ python:
# command to install dependencies
before_install:
- chmod +x ./.travis/travis_before_install.sh
- ./.travis/travis_before_install.sh
- export PATH=/home/travis/miniconda2/bin:$PATH
......@@ -35,7 +34,6 @@ addons:
- dvipng
install:
- chmod +x ./.travis/travis_install.sh
- ./.travis/travis_install.sh
- source activate pyenv
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install pydot; else pip install pydot-ng; fi
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论