Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Immueggpain authored and Immueggpain committed Dec 5, 2019
1 parent 8cfeffd commit 30e8737
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ before_install:
- pyenv versions
- pyenv shell 3.7.1
- pip3 -V
- sudo apt-get install -y python3-pip
- pip3 -V
- pip3 install --upgrade pip
- pip3 -V
before_deploy:
# create some env vars
- PROJ_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
- ARTIFACTID=$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)
# install PyGithub
- sudo pip3 install PyGithub
- pip3 install PyGithub
# download githubrelease.py
- wget https://raw.githubusercontent.com/Immueggpain/citools/master/githubrelease.py
- pwd
Expand Down

0 comments on commit 30e8737

Please sign in to comment.