From 0b2967de97fd760cc4b89f207bbe7492adbff02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 8 Aug 2019 15:14:45 +0200 Subject: [PATCH] travis: Add the cargo bin path to the PATH. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d948379..7289508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ stages: - lint - wheels +env: + - PATH=$HOME/.cargo/bin:$PATH + matrix: include: - python: '3.7'