File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,20 +126,20 @@ matrix:
126126 - g++-5
127127 - os : osx
128128 # BUILD 14 ------------------
129- osx_image : xcode9.4
129+ osx_image : xcode11.2
130130 language : generic
131131 env :
132132 - XML_GENERATOR="castxml"
133133 - TRAVIS_PYTHON_VERSION="2"
134134 - SITECUSTOMIZELIBPATH="/usr/local/lib/python2.7/site-packages/sitecustomize.py"
135135 - os : osx
136136 # BUILD 15 ------------------
137- osx_image : xcode9.4
137+ osx_image : xcode11.2
138138 language : generic
139139 env :
140140 - XML_GENERATOR="castxml"
141141 - TRAVIS_PYTHON_VERSION="3"
142- - SITECUSTOMIZELIBPATH="/usr/local/lib/python3.6 /site-packages/sitecustomize.py"
142+ - SITECUSTOMIZELIBPATH="/usr/local/lib/python3.7 /site-packages/sitecustomize.py"
143143 - os : linux
144144 # BUILD 16 ------------------
145145 python : 3.6
@@ -168,13 +168,13 @@ before_install:
168168 # Look at the redirection and extract the direct URL for usage with Travis.
169169 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
170170 if [ ! -e ${HOME}/castxml ]; then
171- wget -q -O - https://midas3 .kitware.com/midas/download/bitstream/461589/castxml-macosx.tar.gz | tar zxf - -C ${HOME};
171+ wget -q -O - https://data .kitware.com/api/v1/file/hashsum/sha512/88c9b5954ca7417f7b519f3006dc6fe4bd194af0837168edc30007a41eaae6d4eee97cef2a72747432af14941c7f60333b77c25e208b2540dcde2d61e0d0e6f3/download | tar zxf - -C ${HOME};
172172 fi;
173173 fi
174174
175175 - if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ $XML_GENERATOR == "castxml" ]]; then
176176 if [ ! -e ${HOME}/castxml ]; then
177- wget -q -O - https://midas3 .kitware.com/midas/download/bitstream/461590/castxml-linux.tar.gz | tar zxf - -C ${HOME};
177+ wget -q -O - https://data .kitware.com/api/v1/file/hashsum/sha512/f43ef30267c850872cf1e8ea8594c5dc6a1beb7c343d63875662ee7c648dac4f9214c915499ef2e1148f2b5f866e4c518ca1a21fb5055baba7d62f4f69097ba0/download | tar zxf - -C ${HOME};
178178 fi;
179179 fi
180180
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ install:
1616 - " %PYTHON%/Scripts/pip.exe install coveralls"
1717
1818 # Install castxml
19- - ps : wget https://midas3 .kitware.com/midas/download/bitstream/461597/castxml-windows.zip -OutFile castxml.zip
19+ - ps : wget https://data .kitware.com/api/v1/file/hashsum/sha512/315a6acef496b9d0dc9a8e0414119c22d1e1e866b8862b6372f587821c1741ac084460b1cd41b3772c4aae3922025e708c86b0a82c8a6d9952093d5e7ed9122d/download -OutFile castxml.zip
2020 - cmd : echo "Unzipping castxml..."
2121 - cmd : 7z x castxml.zip -o"C:\Program Files\" -y > nul
2222 - cmd : set PATH=%PATH:castxml\bin=%;C:\Program Files\castxml\bin
You can’t perform that action at this time.
0 commit comments