mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
Comment out: if [ "$TRAVIS_OS_NAME" == "linux" ]; then postgres --version; fi
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user