From 1179217334386984211645d508d8e02692297183 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Fri, 11 Mar 2016 13:33:56 -0800
Subject: [PATCH] Add compiler info and a simple libdwarf build to the checks.

---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index ab379be486..1bed6b0874 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,10 @@ before_install:
 
 script:
   - . share/spack/setup-env.sh
+  - spack compilers
+  - spack config get compilers
   - spack test
+  - spack install -v libdwarf
 
 notifications:
   email:
-- 
GitLab