Skip to content

Commit

Permalink
.travis.yml: attempt to use different Apache mirror for flexunit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 13, 2017
1 parent fb1d4b1 commit b483d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ before_script:
- mkdir -p third-party/starling
- cp -r Starling-Framework/starling/src/* third-party/starling
# flexunit
- wget -O flexunit.zip http://mirrors.gigenet.com/apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
- wget -O flexunit.zip http://mirrors.ibiblio.org/apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
- unzip -q flexunit.zip
- mkdir -p third-party/flexunit
- cp flexunit/* third-party/flexunit/
Expand Down

0 comments on commit b483d3b

Please sign in to comment.