Skip to content

Commit

Permalink
Turned off pre-configuration steps, installer_funcs.bash needs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Nov 5, 2015
1 parent e656231 commit dee6d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ language: c++

before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -y gfortran; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y cmake; fi
# - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y cmake; fi ; #installer_funcs.bash needs version tweaks
# - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install --reinstall python2.7; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; brew outdated cmake || brew upgrade cmake ; fi
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew outdated python || brew upgrade python ; fi
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; brew outdated cmake || brew upgrade cmake ; fi ; #installer_funcs.bash needs version tweaks
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew outdated python || brew upgrade python ; fi ; #installer_funcs.bash needs version tweaks
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./upgradePython.sh ; fi
- cmake --version
- python --version
Expand Down

0 comments on commit dee6d6f

Please sign in to comment.