Skip to content

Commit

Permalink
Fix the pip
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud authored Jan 7, 2020
1 parent ff3f5e4 commit c70657b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ sudo: false
language: java
jdk:
- openjdk8
addons:
apt:
packages:
- "python3"
- "python3-pip"
before_install:
- sudo pip3 install -U pip
install: true # skips travis' default installation step which executes gradle assemble.
jobs:
include:
Expand Down

0 comments on commit c70657b

Please sign in to comment.