travis-ci

Problems with PHP YAML within Travis CI

 ̄綄美尐妖づ 提交于 2019-12-23 20:07:17
问题 Edit: I believe the problem is that YAML doesn't work on 5.4/5.5. I have a library that is setup in Travis CI and that uses the PHP YAML PECL extension. However, I am unable to get the YAML extension to work in Travis & PHP 5.4, and I'm curious if anyone else has? No amount of Googling has solved my problem. Here is the output of Travis: $ git clone --depth=50 --branch="master" git://github.com/titon/IO.git titon/IO Cloning into 'titon/IO'... remote: Counting objects: 531, done. remote:

ASP.NET MVC project building starts failing on travis-ci

只谈情不闲聊 提交于 2019-12-23 19:45:43
问题 Recently my ASP.NET project started failing on travis-ci. I have searched all over the internet and different forums but cant seem to find a solution. I am not a travis-ci genie but I do understand the basics. Since a few days the builds started receiving the following error: error MSB4044: The "KillProcess" task was not given a value for the required parameter "ImagePath". Image with the full error I have tried to rebuild a previous commit that built successfully in the past. To test if I

No executable found matching command “dotnet-/../.dll” when running dotnet core docker image in Azure Web App on Linux

萝らか妹 提交于 2019-12-23 18:23:05
问题 1. Background I'm currently working on the following build/deployment pipeline: Github (https://github.com/devedse/DeveMazeGeneratorCore) Travis Build (https://travis-ci.org/devedse/DeveMazeGeneratorCore/jobs/196910720) dotnet restore dotnet build dotnet publish docker create image docker publish image to hub Docker image hub (https://hub.docker.com/r/devedse/devemazegeneratorcore/) Use Azure Web App on Linux to execute deployment (http://devemazegeneratorcoredocker.azurewebsites.net/api

Get Travis CI to ignore an external library?

為{幸葍}努か 提交于 2019-12-23 16:34:42
问题 I added the dropboxChooserSDK library to my project as an external module. Now Travis is trying to build the library and it fails. Is there a way to ignore the library? My project structure looks like this: app build dropboxChooserSDK gradle Error from Travis: FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project ':app'. A problem occurred configuring project ':dropboxChooserSDK'. failed to find Build Tools revision 19.1.0 来源: https://stackoverflow

In Travis Public Repository how to add a Secure variable that works on Pull requests too

六月ゝ 毕业季﹏ 提交于 2019-12-23 08:04:32
问题 I have Travis-ci on a public repository. After finishing the execution it generates a image that I want to upload to cloudinary.com, but it could be any other service. The problem is that to do it, I need to add in .travis.yml the auth token. But I don't want to expose it publicly, and for that travis offers a way to secure Env variables: http://docs.travis-ci.com/user/environment-variables/#Secure-Variables. However they do not work on PULL requests: Secure Env variables are not available on

In Travis Public Repository how to add a Secure variable that works on Pull requests too

给你一囗甜甜゛ 提交于 2019-12-23 08:04:04
问题 I have Travis-ci on a public repository. After finishing the execution it generates a image that I want to upload to cloudinary.com, but it could be any other service. The problem is that to do it, I need to add in .travis.yml the auth token. But I don't want to expose it publicly, and for that travis offers a way to secure Env variables: http://docs.travis-ci.com/user/environment-variables/#Secure-Variables. However they do not work on PULL requests: Secure Env variables are not available on

Maven coveralls plugin

守給你的承諾、 提交于 2019-12-23 02:55:24
问题 I'm using travis CI and coveralls for a project. I get the error Processing of input or output data failed: Report submission to Coveralls API failed with HTTP status 422: Unprocessable Entity (Couldn't find a repository matching this job.) . You can see the build there. My pom.xml : <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.6</version> <configuration> <outputDirectory>${basedir}/target</outputDirectory> <format>xml</format>

calabash-android within travis

喜欢而已 提交于 2019-12-22 12:55:08
问题 I am trying to get calabash-android running within travis. calabash-android works fine within my machine without any problems. I have the following travis.yml: language: android jdk: oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ - $HOME/.gradle/daemon - $HOME/.gradle/native env: global: # wait up to 10 minutes for adb to connect to emulator - ADB_INSTALL_TIMEOUT=20 - SLAVE_AAPT_TIMEOUT=40

Is there a standard skeleton, or instructions, for setting up an open-sourced Symfony2 bundle complete with travis-ci and composer? [closed]

一世执手 提交于 2019-12-22 08:41:14
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 7 years ago . If there are, then they must be very well hidden...I've tried googling, traversing the maze of Symfony docs, asking on twitter and searching here but

Is there a standard skeleton, or instructions, for setting up an open-sourced Symfony2 bundle complete with travis-ci and composer? [closed]

眉间皱痕 提交于 2019-12-22 08:40:10
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 7 years ago . If there are, then they must be very well hidden...I've tried googling, traversing the maze of Symfony docs, asking on twitter and searching here but