Skip to content

Commit ea7504c

Browse files
authored
Only use IPv4 in travis
1 parent ededdf4 commit ea7504c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
NIGHTLY_UPLOAD=0
3434

3535
before_script:
36-
- wget https://mirror.mtasa.com/bdata/premake5-travis -v -O ./premake5 &&
36+
- wget https://mirror.mtasa.com/bdata/premake5-travis -4 -O ./premake5 &&
3737
chmod +x ./premake5 &&
3838
./premake5 gmake &&
3939
cd Build
@@ -47,7 +47,7 @@ after_success:
4747
./premake5 install_data &&
4848
./premake5 compose_files &&
4949
zip -r Artifact.zip InstallFiles/ &&
50-
curl -i -F \"branch_name=$TRAVIS_BRANCH\" -F \"commit_hash=$TRAVIS_COMMIT\" -F \"commit_title=$(git log -1 --pretty=%B)\" -F build_type=linux64 -F \"secret=$UPLOAD_SECRET\" -F [email protected] https://nightlytest.mtasa.com/api/upload"
50+
curl -i -4 -F \"branch_name=$TRAVIS_BRANCH\" -F \"commit_hash=$TRAVIS_COMMIT\" -F \"commit_title=$(git log -1 --pretty=%B)\" -F build_type=linux64 -F \"secret=$UPLOAD_SECRET\" -F [email protected] https://nightlytest.mtasa.com/api/upload"
5151

5252
notifications:
5353
irc:

0 commit comments

Comments
 (0)