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
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?
The text was updated successfully, but these errors were encountered:
I have this in my
.travis.yml
:But when I run trevor I get:
It looks like it's not executing
before_script
steps?The text was updated successfully, but these errors were encountered: