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
I got this error, probably related to the use of yarn.
╰─$ trevor
✖ 7.4.0: error
✖ 7.4.0:
container_linux.go:247: starting container process caused "exec: \"yarn\": executable file not found in $PATH"
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"yarn\": executable file not found in $PATH".
my travis.yml
language: node_jssudo: requireddist: trustybefore_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.debscript:
- yarn run build
- yarn test
- yarn run coveralls
- yarn run e2e-sauceaddons:
sauce_connect: truenotifications:
email: falsewebhooks:
urls:
- https://webhooks.gitter.im/e/f122fc8ebfa457305f12on_success: changeon_failure: alwayson_start: never
The text was updated successfully, but these errors were encountered:
Hi there, I gave a try to trevor on an existing project using travis as CI.
(https://github.com/luruke/barba.js/tree/v2-dev)
I got this error, probably related to the use of
yarn
.my travis.yml
The text was updated successfully, but these errors were encountered: