Skip to content

Commit

Permalink
attempting to fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 5, 2019
1 parent bf2b833 commit 020b53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ notifications:

install:
- echo -e "[hostsecurity]\ndisabletls10warning = true" > ~/.hgrc
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt remove mysql-server mysql-server-5.7 postgresql-10 postgresql-9.4 postgresql-9.5 postgresql-9.6; fi
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo rm -rf /opt/pyenv; fi
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
- mkdir /home/travis/build/LaMachine
Expand Down

0 comments on commit 020b53c

Please sign in to comment.