TravisCI配置文件失败

时间:2020-05-17 02:31:13

标签: php github configuration continuous-integration travis-ci

我正试图让TravisCI测试当前失败的基本PHP文件。

.travis.yml文件如下:

language: php

Build dist: trusty

before_script:
 - composer install --no-interaction

script:
 - vendor/bin/phpunit

构建失败,并显示以下消息:

5.5 is not pre-installed; installing
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/16.04/x86_64/php-5.5.tar.bz2
0.09s$ curl -sSf --retry 5 -o archive.tar.bz2 $archive_url && tar xjf archive.tar.bz2 --directory /
curl: (22) The requested URL returned error: 404 Not Found
0.00s0.01s$ phpenv global 5.5
rbenv: version `5.5' not installed
The command "phpenv global 5.5" failed and exited with 1 during .
Your build has been stopped.

任何对为什么它没有通过测试的见解都深表感谢!

0 个答案:

没有答案