summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-08-06 21:16:11 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-08-06 21:16:11 +0100
commita0af86811dc8835a16c71a1ef78c7a4294438326 (patch)
treeada8e4dc4d7b63dd23108a97550e7070c204da3f
parent80f8d1d9225b5fcb66b774e8859637f14e11afd8 (diff)
downloadswig-a0af86811dc8835a16c71a1ef78c7a4294438326.tar.gz
Travis builds - add in apt-get update
php tests were failing. Travis suggest running this before any install - http://about.travis-ci.org/docs/user/build-configuration/#Installing-Packages-Using-apt
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 13502de0b..26758304f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,7 @@ matrix:
before_install:
- lsb_release -a
- uname -a
+ - sudo apt-get -qq update
- time sudo apt-get -qq install libboost-dev
- if test "$SWIGLANG" = "csharp"; then sudo apt-get -qq install mono-devel; fi
- if test "$SWIGLANG" = "go"; then go env | sed -e 's/^/export /' > goenvsetup && source goenvsetup && rm -f goenvsetup; fi # Until configure.ac is fixed