Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Proposed fix for travis nr. 1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Dec 30, 2020
1 parent a97b42b commit 77e903a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ addons:
- python3
- python3-pip
- python3-setuptools
- python3-venv
- nodejs
- docker
before_install:
- gem install fpm --version 1.10.0
- pip3 install --user --upgrade pip virtualenv
- virtualenv -p python3 venv
- pip3 install --user --upgrade pip
- python3 -m venv venv/
- source venv/bin/activate
- pip3 install -r jobson-docs/requirements.txt
script: mvn package
Expand Down

0 comments on commit 77e903a

Please sign in to comment.