From 879d0bfb12ca108689dcc91ec749641969e57578 Mon Sep 17 00:00:00 2001 From: Montana Mendy Date: Wed, 18 May 2022 10:31:06 -0700 Subject: [PATCH] Updating BlackRock's `.travis.yml` incase they use it again. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e91e8dd..c5f7989 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +--- +dist: focal +services: docker language: java after_success: - - bash <(curl -s https://codecov.io/bash) + - 'bash <(curl -s https://codecov.io/bash)'