From 04e9368f954686d18ce2002ae0453f4b27f3eaf1 Mon Sep 17 00:00:00 2001 From: yoogx Date: Sun, 25 Dec 2016 22:50:37 +0100 Subject: [PATCH] * Another debug session --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 456e2d62..97621342 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,9 @@ install: - export PATH=$PWD/gnat-gpl-2016-x86_64-linux-bin/bin/:$PATH script: + # Show GNAT version for the record + - gcc --version + - gnatls -v + # Just build - ./support/reconfig && ./configure && make -- GitLab