For questions about Travic CI, a hosted continuous integration service for open source projects.
Questions tagged [travis-ci]
30 questions
80
votes
3 answers
What's the difference between travis-ci.org and travis-ci.com?
A few of the GitHub projects I contribute to use Travis CI for build testing. However, I've noticed that some projects use travis-ci.org for build testing, while others use travis-ci.com. Both sites seem to function identically, even down to using…
Stevoisiak
- 1,297
- 1
- 8
- 16
1
vote
1 answer
Travis tests for R package fail with little explanation
I am writing an R
package and using
Travis for Continuous Integration. Tests and R CMD CHECK pass locally and for
3 versions of R under Linux (oldrel, release, and devel). All three versions
fail under macOS with no information in the Travis…
miguelmorin
- 181
- 5
1
vote
1 answer
Is icmp blocked at travis-ci?
I have a
ping -c 1 -q n.n.n.n command
that fails only at Travis CI.
Is ping blocked there?
american-ninja-warrior
- 121
- 4
1
vote
1 answer
TravisCI: Pandas version advanced (Jan 2021) numpy is now incompatible
I am very much a TravisCI beginner. That said, I maintain python package mplfinance and we run a TravisCI test suite for every Pull Request. We run the same tests for py36, py37 and py38. Beginning in January 2021, the Py37 tests began failing…
Daniel Goldfarb
- 121
- 3
0
votes
1 answer
How can I determine which command / step failed within a travis build
So I have a CICD travis build that failed... How do I know which line / step is the culprit?
Chris Stryczynski
- 493
- 1
- 3
- 13