Skip to content

Commit

Permalink
Attempt to fix Travis (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Apr 13, 2021
1 parent 40cfb25 commit 419fd67
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 @@ -31,8 +31,8 @@ addons:
apt:
packages:
- ant
- makeself
- nsis
before_script:
- sw_vers -productVersion && brew update && brew install ant && brew uninstall --ignore-dependencies openjdk && brew install openjdk@11 && ln -s /usr/local/opt/openjdk@11 /usr/local/opt/openjdk; ant -version
- test -e /etc/lsb-release && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157; echo;
- test -e /etc/lsb-release && sudo apt-get update -qq && sudo apt-get install -y makeself nsis; echo;
script: ant $TARGET

0 comments on commit 419fd67

Please sign in to comment.