aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-09-07 13:44:29 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-09-07 13:44:29 +0100
commit96c584269d7b244ac93cd282470d9abffb99a6c0 (patch)
treea42103e8075eaeac76947af04383c207fc64113d /.travis
parent0801b544777b92d01278321ac250045938fa7595 (diff)
[Travis] Use bundled carton on Travis.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis/install b/.travis/install
index b73eef330..a9132ba82 100755
--- a/.travis/install
+++ b/.travis/install
@@ -25,5 +25,4 @@ except IOError:
os.remove(wanted_filename)
print "No cached copy found, running carton install..."
-os.system('cpanm -q Carton')
-os.system('carton install --deployment')
+os.system('vendor/bin/carton install --deployment')