From 79f90b5adf2e62882bfa89987afc4d978c8a1a9c Mon Sep 17 00:00:00 2001 From: romeo-golf Date: Sun, 12 Feb 2017 23:02:29 +0000 Subject: [PATCH] Travis - Minor tweaks to .travis.yml --- .travis.yml | 6 +++++- bash/variables.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c95012a..430ec3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: bash + sudo: required -before_install: sudo apt-get -qq update + +before_install: sudo apt-get -qq update && sudo apt-get -qq install -y cmake libcurl4-openssl-dev libdw-dev libelf-dev + install: true + script: BRANCH_NUMBER=`echo -n "${TRAVIS_BRANCH}" | sed -e 's/\.//g'` && if [[ "${BRANCH_NUMBER}" -ge "260" ]] ; then ./install.sh -a -b ${TRAVIS_BRANCH} ; else echo "Automated build testing only supported in version 2.6.0 or above, but returning true for consistency" && true ; fi diff --git a/bash/variables.sh b/bash/variables.sh index 498aeb9..b7618f6 100644 --- a/bash/variables.sh +++ b/bash/variables.sh @@ -9,7 +9,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Copyright (c) 2015-2016 Joseph A. Prochazka # +# Copyright (c) 2015-2017, Joseph A. Prochazka # # # # Permission is hereby granted, free of charge, to any person obtaining a copy # # of this software and associated documentation files (the "Software"), to deal #