Skip to content
New issue

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

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

Already on GitHub? # to your account

Support before_script #52

Open
SCdF opened this issue Feb 20, 2017 · 1 comment
Open

Support before_script #52

SCdF opened this issue Feb 20, 2017 · 1 comment

Comments

@SCdF
Copy link

SCdF commented Feb 20, 2017

I have this in my .travis.yml:

before_script:
  - npm install grunt-cli -g

script:
  - grunt ci

But when I run trevor I get:

 ✖ 5.6:
 container_linux.go:247: starting container process caused "exec: \"grunt\": executable file not found in $PATH"
 docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"grunt\": executable file not found in $PATH".

It looks like it's not executing before_script steps?

@vadimdemedes
Copy link
Owner

No, Trevor currently ignores before_script. Renaming this issue to a feature request.

@vadimdemedes vadimdemedes changed the title Doesn't appear to support before_script Support before_script Feb 20, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants