aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f60faebc2..33660d165 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,9 @@ before_script:
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
- sudo apt-get install libtool zlib1g-dev genromfs git wget
+# Output GCC version
+ arm-none-eabi-gcc --version
+
# Clone only as much as we need
git:
depth: 500