From fb3e09f4e5c9aa71149891d0673a667b2816494a Mon Sep 17 00:00:00 2001 From: Timothy Cyrus Date: Fri, 15 Jan 2016 19:23:29 -0500 Subject: [PATCH] Update .travis.yml Should fix Build Failure Updates Package Listings Before Installing `shunit2` --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4de43e..9f67ef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ - # Use python as its the simplest language which can run a test script language: python before_install: # Print out the bash version - sudo /bin/bash --version + # Update Package Lists + - sudo apt-get -qq update # Install dependencies - - sudo apt-get install shunit2 + - sudo apt-get install -y shunit2 # Remove this troublesome script - sudo rm -f /etc/profile.d/phpenv.sh @@ -19,4 +20,4 @@ script: sudo /bin/bash ./test.sh branches: only: - - master \ No newline at end of file + - master