This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git
The following commit(s) were added to refs/heads/master by this push: new c06fce2 Add jq package c06fce2 is described below commit c06fce2c0843dc2acc0e93bb3b2dad1a7333db6b Author: Andrzej Kaczmarek <andrzej.kaczma...@codecoup.pl> AuthorDate: Tue Mar 15 10:29:40 2022 +0100 Add jq package This is required for "newt dump" tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c50db1c..3079874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ _addons: &addon_conf packages: - gcc-7-multilib - linux-libc-dev:i386 + - jq go: - "1.16"