diff options
author | Heather <Heather@users.noreply.github.com> | 2015-11-10 11:13:03 +0400 |
---|---|---|
committer | Heather <Heather@users.noreply.github.com> | 2015-11-10 11:13:03 +0400 |
commit | 5e819e0772db9cbfdf64a71110f0038fae7df26f (patch) | |
tree | 66ae3e785b17f3fb1dbf5f9dc7c0711093af356c /.travis.yml | |
parent | Merge pull request #25 from gentoo90/cargo (diff) | |
download | rust-5e819e0772db9cbfdf64a71110f0038fae7df26f.tar.gz rust-5e819e0772db9cbfdf64a71110f0038fae7df26f.tar.bz2 rust-5e819e0772db9cbfdf64a71110f0038fae7df26f.zip |
Update .travis.yml
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 1e100ee..13ecf97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.2.20.1" + - PORTAGE_VER="2.2.24" before_script: - mkdir travis-overlay - mv !(travis-overlay) travis-overlay/ |