Skip to content

Commit b6bdad5

Browse files
Deepika GDeepika G
authored andcommitted
feat: Travis CI - Ubuntu Jammy Release
fix: Make the script non-interactive fix: add the missing the -y flag, which is needed to make it non-interactive fix: specify language explicitly to prevent Travis from defaulting to Ruby Revert "fix: specify language explicitly to prevent Travis from defaulting to Ruby" This reverts commit 1b159984c8eaf4fb3b19e50491ac3e3687fca2dd.
1 parent 9417c2d commit b6bdad5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
dist: focal
16-
group: vpc
15+
dist: jammy
16+
group: jammy-beta
1717
sudo: required
1818

1919
services:

travis-build-scripts/install-credential-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
18-
sudo add-apt-repository "deb [arch=$ARCH] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
18+
sudo add-apt-repository -y "deb [arch=$ARCH] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
1919
sudo apt update
2020
sudo apt -y install docker-ce pass
2121

0 commit comments

Comments
 (0)