From 14dec11ebdd1a71c9bd90d0f528cd5ac3514ee9d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 26 Aug 2019 12:57:35 +0200 Subject: [PATCH] travis-ci: Try to run the tests with more recent distros The javacard simulation unfortunately does not work with anything newer --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b395456f..79b03c80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ matrix: sudo: true - compiler: gcc os: linux + dist: bionic env: - DO_SIMULATION=oseid sudo: true