From 7c6087df9d5fbae975e09c03f0150c4a987b2480 Mon Sep 17 00:00:00 2001 From: Mark Nyon Date: Fri, 29 Jan 2016 21:48:14 -0500 Subject: [PATCH] Made startup script executable: #10 - .travis.yml - Made the setup test executable and then run it --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1eb138543..3d79992f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ addons: env: - TRAVIS=travis CXX=g++-4.8 before_script: - - ./bin/setupTestDatabases.sh + - chmod +x bin/setupTestDatabases.sh; ./bin/setupTestDatabases.sh