From ef1d84f3c590c98b51c54c2f879eb5b530bc4cc6 Mon Sep 17 00:00:00 2001 From: Hadis-Fard Date: Mon, 31 Jul 2017 16:22:27 -0700 Subject: [PATCH] granted permission to connectivity --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f3ce0c95..6f369e92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ script: - docker inspect -f "{{ .HostConfig.Links }}" client - docker logs client - docker ps -a + - docker exec client 'chmod +x ./TestSqlcmd.sh' - docker exec client bash -c ./TestSqlcmd.sh - docker exec client python ./test/functional/setup/setup_dbs.py -dbname $SQLSRV_DBNAME - docker exec client python ./test/functional/setup/setup_dbs.py -dbname $PDOSQLSRV_DBNAME