Skip to content

Commit 020b53c

Browse files
committed
attempting to fix travis tests
1 parent bf2b833 commit 020b53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ notifications:
2525

2626
install:
2727
- echo -e "[hostsecurity]\ndisabletls10warning = true" > ~/.hgrc
28+
- 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
2829
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo rm -rf /opt/pyenv; fi
2930
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
3031
- mkdir /home/travis/build/LaMachine

0 commit comments

Comments
 (0)