Created
April 15, 2018 17:06
-
-
Save poustovitss/d9f5f729dcbe8d1d940d424df4398b2f to your computer and use it in GitHub Desktop.
Multiple test suites in .travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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