Gaurav Dhiman
Gaurav Dhiman
getting the same issue
Today i am also facing the same issue. Travis CI is not able build for me "no gemfile found skipping bundle install"
I tried to run adding the below line and but it still did not worked language: generic
use this below and it's run successfully script: - docker run -e CI=true USERNAME/docker-react npm run test language: generic