diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-07 13:44:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-07 13:44:29 +0100 |
commit | 96c584269d7b244ac93cd282470d9abffb99a6c0 (patch) | |
tree | a42103e8075eaeac76947af04383c207fc64113d | |
parent | 0801b544777b92d01278321ac250045938fa7595 (diff) |
[Travis] Use bundled carton on Travis.
-rwxr-xr-x | .travis/install | 3 |
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') |