Changeset 0cefcdc in mainline


Ignore:
Timestamp:
2019-08-17T14:17:11Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4694043
Parents:
65bac9b
Message:

Actually use pip3 for installing ninja/meson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r65bac9b r0cefcdc  
    6262  - sudo apt-get install -qq genisoimage
    6363  - sudo apt-get install -qq python3-pip
    64   - pip install ninja
    65   - pip install meson
     64  - pip3 install ninja
     65  - pip3 install meson
    6666  - ./tools/travis.sh install
    6767script:
Note: See TracChangeset for help on using the changeset viewer.