diff options
author | 2015-11-11 04:12:54 +1100 | |
---|---|---|
committer | 2015-11-11 04:13:30 +1100 | |
commit | 6eca94463e52a93c9443030b8056d4653933110f (patch) | |
tree | 2bab517189017fe06c258b21625836ab14fa1e53 /.travis.yml | |
parent | Merge pull request #116 from 10ne1/dev/aratiu/lxqt-live-remove-deprecated-pkgs (diff) | |
download | qt-6eca94463e52a93c9443030b8056d4653933110f.tar.gz qt-6eca94463e52a93c9443030b8056d4653933110f.tar.bz2 qt-6eca94463e52a93c9443030b8056d4653933110f.zip |
travis: update
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 c998ef89..0110b1c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.2.23" + - PORTAGE_VER="2.2.24" before_script: - mkdir travis-overlay - mv !(travis-overlay) travis-overlay/ |