Skip to content

CLN: Remove travis build #41738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 1, 2021
Merged

CLN: Remove travis build #41738

merged 3 commits into from
Jun 1, 2021

Conversation

datapythonista
Copy link
Member

Whenever we can assume that Travis is not an option for ARM builds (or any other builds due to the lack of free credits), this is the PR that removes all travis specific stuff.

@datapythonista datapythonista added CI Continuous Integration Clean labels May 30, 2021
@jreback jreback added this to the 1.3 milestone May 31, 2021
@@ -63,29 +63,6 @@ conda update -n base conda
echo "conda info -a"
conda info -a

echo
echo "set the compiler cache to work"
if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

umm is this just not used elsewhere? it seems the builds are now taking a lot longer.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the heads up. I double checked, and there is nowhere in our code where we set TRAVIS_OS_NAME, so I don't see how any of the conditions here can be true.

I checked the builds, and the only I see that was significantly slower was a Windows one, which doesn't use this file. I guess it's been just randomness, but in any case, I rebased, and if there is anything still significantly slow, I'll have another look.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm yeah this might have been old ok great

@jreback jreback removed this from the 1.3 milestone May 31, 2021
@@ -63,29 +63,6 @@ conda update -n base conda
echo "conda info -a"
conda info -a

echo
echo "set the compiler cache to work"
if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm yeah this might have been old ok great

@jreback jreback added this to the 1.3 milestone Jun 1, 2021
@jreback jreback merged commit c58ea4f into pandas-dev:master Jun 1, 2021
TLouf pushed a commit to TLouf/pandas that referenced this pull request Jun 1, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Clean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Travis not running (no credits)
2 participants