diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2018-11-03 13:33:23 +0000 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2018-11-03 13:34:17 +0000 |
commit | c337048ee28bce85ff2612011e1c7bc4316d4027 (patch) | |
tree | 0f13d02d3fe36df3e2396631454cb5fc89819d4a | |
parent | Add travis script (diff) | |
download | kernel-c337048ee28bce85ff2612011e1c7bc4316d4027.tar.gz kernel-c337048ee28bce85ff2612011e1c7bc4316d4027.tar.bz2 kernel-c337048ee28bce85ff2612011e1c7bc4316d4027.zip |
Update travis file
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8a04e49..a4f5f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.43" + - PORTAGE_VER="2.3.49" before_install: - sudo apt-get -qq update - pip install lxml pyyaml |