Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Add tree command (and various formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Oct 22, 2016
1 parent fb22c66 commit 9cc85a3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ matrix:
env:
- PYTHON_VERSION=3.5

# OS X 10.11, Xcode 7.3, Python 2.7
# OS X 10.11, Xcode 7.3, Python 2.7
- os: osx
osx_image: xcode7.3
language: generic
Expand All @@ -121,18 +121,16 @@ matrix:
env:
- PYTHON_VERSION=3.5

#
# Uncomment the configurations below when they actually use OS X 10.12
#

# # OS X 10.12, Xcode 8, Python 2.7
# - os: osx
# osx_image: xcode8
# language: generic
# python: 2.7
# env:
# - PYTHON_VERSION=2.7

#
# # OS X 10.12, Xcode 8, Python 3.5
# - os: osx
# osx_image: xcode8
Expand All @@ -144,6 +142,9 @@ matrix:

before_install:
- pwd
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y tree ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install tree ; fi
- tree
# Workaround on OS X for Travis issue: https://github.com/travis-ci/travis-ci/issues/6700
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm reinstall 1.9.3 --disable-binary ; fi

Expand Down Expand Up @@ -211,6 +212,7 @@ deploy:

after_deploy:
- ls -alh
- tree

after_script:
- ls -alh
Expand Down

0 comments on commit 9cc85a3

Please # to comment.