We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2b833 commit 020b53cCopy full SHA for 020b53c
.travis.yml
@@ -25,6 +25,7 @@ notifications:
25
26
install:
27
- 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
29
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo rm -rf /opt/pyenv; fi
30
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
31
- mkdir /home/travis/build/LaMachine
0 commit comments