Skip to content

Commit

Permalink
travis-ci: update to newer pivy
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Aug 26, 2020
1 parent 5221da2 commit 49cfc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ before_script:
export JC_HOME=$JC_SDKS/jc304_kit;
ant dist;

sudo wget https://github.com/arekinath/pivy/releases/download/v0.5.1/pivy_0.5.1-1_bionic_amd64.deb;
sudo dpkg -i pivy_0.5.1-1_bionic_amd64.deb;
sudo wget https://github.com/arekinath/pivy/releases/download/v0.7.1/pivy_0.7.1-1_amd64_bionic.deb;
sudo dpkg -i pivy_0.7.1-1_amd64_bionic.deb;

gem install minitest;

Expand Down

0 comments on commit 49cfc9f

Please sign in to comment.