Skip to content

Instantly share code, notes, and snippets.

@poustovitss
Created April 15, 2018 17:06
Show Gist options
  • Select an option

  • Save poustovitss/d9f5f729dcbe8d1d940d424df4398b2f to your computer and use it in GitHub Desktop.

Select an option

Save poustovitss/d9f5f729dcbe8d1d940d424df4398b2f to your computer and use it in GitHub Desktop.
Multiple test suites in .travis.yml
gemfile:
- Gemfile
- components/app_component/Gemfile
script:
- travis_retry ./test.sh
before_install:
- cd $(dirname $BUNDLE_GEMFILE)
rvm:
- 2.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment