From dc0e3283592879954a71f4450fc12a0ba4f41ea3 Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Tue, 29 Oct 2019 16:27:43 +0300 Subject: [PATCH 1/7] trigger a build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5be5240..bcd8e17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ arch: s390x dist: xenial language: minimal + cache: bundler script: From 2317219605abf70a9ebc45cab2580b19b0496149 Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Tue, 29 Oct 2019 16:58:55 +0300 Subject: [PATCH 2/7] test build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcd8e17..5be5240 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ arch: s390x dist: xenial language: minimal - cache: bundler script: From e39d0d6e7218f74ad42fe20dfe251f26e182a57b Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Tue, 29 Oct 2019 17:55:03 +0300 Subject: [PATCH 3/7] test again --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5be5240..bcd8e17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ arch: s390x dist: xenial language: minimal + cache: bundler script: From 3682ed75cf5a0d5d986534af080839fd649156f0 Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:31:07 +0300 Subject: [PATCH 4/7] test build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcd8e17..5be5240 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ arch: s390x dist: xenial language: minimal - cache: bundler script: From c65357a7ddb127c85f16f78a95f82a27b26a0f92 Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:41:28 +0300 Subject: [PATCH 5/7] ONE MORE TIME --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5be5240..6cef536 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ arch: s390x dist: xenial language: minimal + + cache: bundler script: From 50a7093133c5aef6f919e98b69dbf8edf38d15f1 Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:38:46 +0300 Subject: [PATCH 6/7] he scores them more and more --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6cef536..5be5240 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ arch: s390x dist: xenial language: minimal - - cache: bundler script: From af7e52b986e075fe70848a867eae6b10c31bdf57 Mon Sep 17 00:00:00 2001 From: Eugene Shubin <51701929+eugene-travis@users.noreply.github.com> Date: Wed, 30 Oct 2019 15:16:45 +0300 Subject: [PATCH 7/7] fix language --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5be5240..0adbeef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ arch: s390x dist: xenial -language: minimal +language: ruby cache: bundler