Created
April 15, 2018 17:06
-
-
Save poustovitss/d9f5f729dcbe8d1d940d424df4398b2f to your computer and use it in GitHub Desktop.
Revisions
-
poustovitss revised this gist
Apr 15, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ gemfile: before_install: - cd $(dirname $BUNDLE_GEMFILE) rvm: - 2.3.1 -
poustovitss created this gist
Apr 15, 2018 .There are no files selected for viewing
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 charactersOriginal 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»