diff options
author | layman <layman@localhost> | 2018-05-14 12:47:57 +0200 |
---|---|---|
committer | layman <layman@localhost> | 2018-05-14 12:47:57 +0200 |
commit | 77c896a206aa6cff3af19727c0b5dfebe71bb780 (patch) | |
tree | 96aa2e5a0d9194c782e221781c6ca77bb135d27c /.travis.yml | |
parent | add fetch-crates metadata (diff) | |
download | rust-77c896a206aa6cff3af19727c0b5dfebe71bb780.tar.gz rust-77c896a206aa6cff3af19727c0b5dfebe71bb780.tar.bz2 rust-77c896a206aa6cff3af19727c0b5dfebe71bb780.zip |
add pyyaml to travis deps
Signed-off-by: layman <layman@localhost>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4ed7d17..46a1a96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: - PORTAGE_VER="2.3.36" before_install: - sudo apt-get -qq update - - pip install lxml + - pip install lxml pyyaml before_script: - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles |