Skip to content

Commit

Permalink
ultradefrag url changed to prevent download issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 12, 2018
1 parent 7f115e9 commit 69a13f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ dist: xenial
sudo: required

env:
- PACKER_URL=https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_linux_amd64.zip
- PACKER_URL=https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_linux_amd64.zip

# Install jq
addons:
apt:
packages:
- jq

install:
- sudo apt update -qq
- sudo apt install -y jq
- gem install awesome_bot
- sudo pip install ansible

Expand Down
2 changes: 1 addition & 1 deletion ansible/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

vars:
bleachbit_url: https://download.bleachbit.org/BleachBit-2.0-portable.zip
ultradefrag_url: https://downloads.sourceforge.net/ultradefrag/ultradefrag-portable-7.0.2.bin.amd64.zip
ultradefrag_url: http://sourceforge.mirrorservice.org/u/ul/ultradefrag/stable-release/7.0.2/ultradefrag-portable-7.0.2.bin.amd64.zip

roles:
- role: ansible-role-virtio-win
Expand Down

0 comments on commit 69a13f5

Please sign in to comment.