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.

Revisions

  1. poustovitss revised this gist Apr 15, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .travis.yml
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,4 @@ gemfile:
    before_install:
    - cd $(dirname $BUNDLE_GEMFILE)
    rvm:
    - 2.3.1»
    - 2.3.1
  2. poustovitss created this gist Apr 15, 2018.
    9 changes: 9 additions & 0 deletions .travis.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    gemfile:
    - Gemfile
    - components/app_component/Gemfile
    script:
    - travis_retry ./test.sh
    before_install:
    - cd $(dirname $BUNDLE_GEMFILE)
    rvm:
    - 2.3.1»