From 8d32161a5bcb05fd5c559b0b3c4a2da65f25bb26 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 19 Feb 2015 17:53:06 +0100 Subject: [PATCH] Make travis scripts executable --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cba213c8..82ec737e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,12 @@ language: cpp compiler: - gcc before_install: -- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh && chmod +x install_boost.sh && ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev -- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh && ./update_gcc_version.sh 4.9 before_script: -- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py && chmod +x setup_biicode_project.py && ./setup_biicode_project.py script: - bii find