box: ruby:2.3 build: steps: - bundle-install: jobs: "8" - script: name: cucumber code: bundle exec cucumber --color --format pretty --quiet --strict --expand --order random --no-duration --tag ~@wip $CUCUMBER_EXTRA_ARGS - script: name: rubocop code: bundle exec rubocop --display-cop-names --extra-details --display-style-guide