Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for .travis.yml is too ambiguous #87

Open
scfc opened this issue Sep 6, 2017 · 0 comments
Open

Documentation for .travis.yml is too ambiguous #87

scfc opened this issue Sep 6, 2017 · 0 comments

Comments

@scfc
Copy link
Contributor

scfc commented Sep 6, 2017

I'm trying to debug Travis CI failures for https://github.com/ejmr/php-mode. Its .travis.yml refers to https://raw.github.com/rejeep/evm/master/go, while this repository's README.md (also) refers to https://gist.github.com/rejeep/ebcd57c3af83b049833b. README.md cryptically says "sudo is not possible" (which I believe Travis CI still allows to be used) and that -bin versions will be removed and -travis should be used instead.

If I try and err, I can "achieve" errors like for example (https://travis-ci.org/scfc/php-mode/jobs/272320178):

$ emacs -Q --batch --eval '(message (emacs-version))'
Warning: arch-dependent data dir (/tmp/emacs-24.3-travis/libexec/emacs/24.3/x86_64-unknown-linux-gnu/) does not exist.
Warning: arch-independent data dir (/tmp/emacs-24.3-travis/share/emacs/24.3/etc/) does not exist.
Warning: Lisp directory `/tmp/emacs-24.3-travis/share/emacs/24.3/lisp' does not exist.
Warning: Lisp directory `/tmp/emacs-24.3-travis/share/emacs/24.3/leim' does not exist.
Error: charsets directory not found:
/tmp/emacs-24.3-travis/share/emacs/24.3/etc/charsets
Emacs will not function correctly without the character map files.
Please check your installation!

Before I delve into this any further, I'd like to have some foundation to build upon: What .travis.yml configuration(s) should work, with sudo: required and without? How should Emacs be installed and used? Etc. IMHO the current documentation is too ambiguous in that regard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant