You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2021. It is now read-only.
Tried to run existing .travis.yml that works fine with Travis and got:
$ travis-run run
docker: Generating build script...done
docker: Starting container from image d22836d51838...done
docker: Waiting for ssh to come up (this takes a while)...done
Running build: "php: 5.5"
docker: Copying directory into container...tar: components/modules/PhpMyAdmin/pma/config.header.inc.php: Помилка у функції stat: Немає такого файла або каталогу
tar: includes/js/ab.uikit-2.11.0.min.js: Помилка у функції stat: Немає такого файла або каталогу
tar: Невдале завершення внаслідок попередніх помилок
done
sed: cannot rename /etc/hosts: Device or resource busy
$ phpenv global 5.5
bash: line 145: phpenv: command not found
The command "phpenv global 5.5" failed and exited with 127 during .
Your build has been stopped.
Build failed, please investigate.
Current build: "php: 5.5"
Welcome to Ubuntu 12.04.4 LTS (GNU/Linux 3.18.0-rc5-haswell x86_64)
The command "phpenv global 5.5" failed and exited with 127 during .
But also:
sed: cannot rename /etc/hosts: Device or resource busy
Looks weird, Docker normally doesn't allow to edit /etc/hosts.
Also files components/modules/PhpMyAdmin/pma/config.header.inc.php and includes/js/ab.uikit-2.11.0.min.js were removed, first 2 days ago, first - even more, it is obvious that they are not exists anymore (many other files were removed too, but only this two causes error), how travis-run found them?