Skip to content

Commit

Permalink
Make new TRAVIS scripts
Browse files Browse the repository at this point in the history
executables by default.
  • Loading branch information
notoraptor committed Nov 22, 2016
1 parent 931c7c0 commit c383b1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Empty file modified .travis/travis_before_install.sh
100644 → 100755
Empty file.
Empty file modified .travis/travis_install.sh
100644 → 100755
Empty file.

0 comments on commit c383b1a

Please sign in to comment.