Comment out: if [ "$TRAVIS_OS_NAME" == "linux" ]; then postgres --version; fi

This commit is contained in:
Francis ANDRE
2018-07-08 20:05:49 +02:00
committed by GitHub
parent c3372cff76
commit 3f1f6fa8e6

View File

@@ -60,7 +60,7 @@ before_script:
- chmod 755 ./travis/OSX/runtests.sh
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql -u root -e 'create database pocotestdb;'; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql --version; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then postgres --version; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then postgres --version; fi
- sqlite3 -version
matrix: