Skip to content

Commit 1cb6b0d

Browse files
martintjj2017
authored andcommitted
Change the URLs for GNAT GPL 2016 and GNATCOL 2016 in .travis.yml
The AdaCore website seems to have migrated to a new AWS S3 based storage so the older URLs. I have checked and files have the same SHA1 as before.
1 parent b1aea00 commit 1cb6b0d

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
@@ -7,8 +7,8 @@ dist: trusty
77
compiler: gcc
88

99
env:
10-
GNAT: "http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b"
11-
GNATCOLL: "http://mirrors.cdn.adacore.com/art/5a15cb87c7a4479a23674d44"
10+
GNAT: "https://community.download.adacore.com/v1/845147a8c6ef6af29a68144d6b3d228fd226268e?filename=gnat-gpl-2016-x86_64-linux-bin.tar.gz"
11+
GNATCOLL: "https://community.download.adacore.com/v1/18ce6dfd017b4d4005aa6a9284a4a09ee16f88c3?filename=gnatcoll-gpl-2016-src-m1.tar.gz"
1212

1313
cache:
1414
ccache: true

0 commit comments

Comments
 (0)