From b4468bdbd6d013f11308b2d3aea98b51b2c8db01 Mon Sep 17 00:00:00 2001 From: Frank Shearar Date: Sat, 1 Sep 2012 22:52:57 +0100 Subject: [PATCH] Try out builderCI's issue #12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 118303f..6fc81dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: install: - export PROJECT_HOME="$(pwd)" - cd $HOME - - wget -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master + - wget -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/issue_12 - unzip -q builderCI.zip - cd dalehenrich-builderCI* - source build_env_vars