diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-12-25 18:34:52 -0700 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-12-25 18:34:52 -0700 |
commit | 739c832926b8a29cefd1eb0d90f8e2630bcbed71 (patch) | |
tree | 983ce9ff55ab56946a35483a2b1650cca3d58536 /.travis.yml | |
parent | fixed homepage and deps (diff) | |
download | sci-739c832926b8a29cefd1eb0d90f8e2630bcbed71.tar.gz sci-739c832926b8a29cefd1eb0d90f8e2630bcbed71.tar.bz2 sci-739c832926b8a29cefd1eb0d90f8e2630bcbed71.zip |
.travis.yml: update portage version
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 1ebe1b39b..db8a92b15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ env: - - PORTAGE=2.2.12 - PORTAGE=2.2.14 + - PORTAGE=2.2.15 before_script: - mkdir travis-overlay |