Tweak Travis settings. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit bc4e391ab37053d9d6d6b218ae727e1a8c1e8f41
DIR parent 17ef98ab0f2a326675ff8e511be9f7b29eb41d23
HTML Author: parazyd <parazyd@dyne.org>
Date: Sun, 24 Mar 2019 14:45:36 +0100
Tweak Travis settings.
Diffstat:
M .travis.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
@@ -1,18 +1,18 @@
language: python
python:
- - "3.6"
+ - pypy
notifications:
- irc:
- channels:
- - "irc.dyne.org#avo"
- on_success: change # options: [always|never|change] default: always
- on_failure: always # options: [always|never|change] default: always
- on_start: false # default: false
+ irc:
+ channels:
+ - "irc.dyne.org#avo"
+ on_success: change # options: [always|never|change] default: always
+ on_failure: always # options: [always|never|change] default: always
+ on_start: false # default: false
env:
- - PORTAGE_VER="2.3.16"
+ - PORTAGE_VER="2.3.40"
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
@@ -26,7 +26,7 @@ before_script:
- echo "portage::250:portage,travis" >> /etc/group
- wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
- ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
- - ln -s /usr/portage/profiles/default/linux/amd64/17.0 /etc/portage/make.profile
+ - ln -s /usr/portage/profiles/default/linux/amd64/17.0/musl /etc/portage/make.profile
- cd travis-overlay
script:
- ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"