travis-ci Questions
3
Solved
I am currently trying to deploy a project using openmp. I have the flag '-fopenmp' on Travis.
How could I fix that ?
In local I just brew install libopenmp which solved the issue. But not on Trav...
3
I am currently using travis ci to check patches as they come into github and am trying to figure out if there is anyway for clang-format 3.9 (since travis ci will only support ubuntu 14.04 currentl...
Paralyze asked 1/6, 2018 at 16:53
10
In one of my projects, the Travis builds are failing before any of my build-system or code can be reached, as soon as my build-script attempts to fetch all of the Git tags with git fetch --tags:
`...
Heidi asked 9/10, 2019 at 17:42
4
Solved
We run tests on each pull request in github.
It would be very cool if the coverage would be visible if you are looking at the changes of a pull request.
While looking at the diff in the PR review I...
5
Solved
I have docker file with one layer as
RUN python setup.py develop
I am using a mutli-stage build with three stages and this is the stage one all the stages have the same base image, though I don't ...
12
I'm having trouble building my nuxt images in a travis CI pipeline. My local environment is ubuntu 18.04 - docker version 19.03.11 docker-compose version 1.24.1 I'm able to build and run my images ...
11
Solved
Is there a way to read the value versionName from the build.gradle file of an Android project to use it in bash?
More precisely: How can I read this value from the file and use it in a Travis-CI s...
22
Solved
My Python package has a setup.py which builds fine locally on Ubuntu Trusty and on a fresh Vagrant Ubuntu Trusty VM when I provision it like this:
sudo apt-get install python python-dev --force-ye...
16
I am working on a react-weather application for self learning purpose.
Deployed the same in gh-pages.
URL
https://davisraimon.github.io/react-weather/
Repo
https://github.com/davisraimon/react-...
Stradivari asked 30/6, 2020 at 17:57
8
Solved
I have a spring boot project here: https://github.com/jcasbin/jcasbin-springboot-plugin. I encountered the following error in Travis CI:
shell
3.43s$ ./mvnw install -DskipTests=true -Dmaven.javado...
Aerograph asked 30/4, 2018 at 16:1
3
I'm compiling my project with clang but I'm having an odd error:
[ 1%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o
In file included from /home/travis/build/dominique120/miniature-adve...
2
Solved
Why my travis conf fail to execute Angular test?
.travis.yml
language: node_js
node_js:
- "16"
addons:
chrome: stable
cache:
directories:
- ./node_modules
- ./.angular
install:
-...
Humphries asked 13/11, 2021 at 19:33
3
I have a large test suite running on travis-ci, which has a textual output. I would like to configure gradle in a way that only for failed tests, the standard output and standard error streams are ...
1
Specifically ->
'npm config set always-auth true' in my travis.yml file under before_install: section gives the error in Travis: "npm ERR! always-auth is not a valid npm option"
I have...
Lott asked 29/11, 2022 at 18:55
3
Solved
I use Travis to run my JUnit tests on Android via the emulator. This works very well so far. However, how can I determine what the latest version of sdk-tools-linux-*.zip is? Currently, I am using ...
Drier asked 4/3, 2021 at 9:24
2
Solved
I would like to programmatically determine if a particular Python script is run a testing environment such as
GitHub action
Travis CI
Circle CI
etc. I realize that this will require some heuristi...
Aloisia asked 6/10, 2022 at 11:52
3
The copy instruction in the docker file for my project seems to cause a cache miss, even though none of the files being copied have changed since the image was last pushed to docker hub. This cause...
9
Solved
With the release of Xcode 8, Apple introduced a new way of managing the signing configuration. Now you have two options Manual and Automatic.
According to the WWDC 2016 Session about Code signing ...
Heliograph asked 14/9, 2016 at 22:32
8
I try create web API with XML and JSON with Springboot 2.2.4.RELEASE + JDK11 and java 8 compilation.
my model:
@XmlRootElement
public class DataModel {
private List<String> columns;
pri...
Trichromatic asked 3/3, 2020 at 8:17
2
Solved
Following is my build.gradle file. My project compiles locally (IntelliJ-IDEA is my IDE), but when I push it to GitHub, the travis-ci build fails. My gradle version is gradle-5.2.
apply plugin: &qu...
4
I'm having a react-native app.
Today I added unit tests with Jest and I hooked up Travis CI. When I run the tests locally, everything is fine. but when they run in Travis, I get this error:
Valid...
Abode asked 15/7, 2017 at 11:1
8
Solved
I am facing the problem:
My Project is built on Angular4 with typescript, e2e testing with protractor & karma.
Travis-ci has this error:
[03:34:54] E/launcher - Error: TSError: ⨯ Unable to ...
Oxley asked 7/7, 2017 at 7:33
8
Solved
I can find the current git branch name by doing either of these:
git branch | awk '/^\*/ { print $2 }'
git describe --contains --all HEAD
But when in a detached HEAD state, such as in the post b...
3
Solved
I am trying to setup a travis script where we run our application to make sure it starts up fine. If it does then we can pass the build. Testing catches errors on start up. However, it is an api se...
8
Solved
Why have builds 21 and 22 in https://travis-ci.org/tbsalling/aismessages/builds not started to build?
Recusancy asked 22/1, 2015 at 21:19
1 Next >
© 2022 - 2025 — McMap. All rights reserved.