Travis file: tabs to spaces

This commit is contained in:
Lorenz Meier 2014-12-20 19:02:37 +01:00
parent 47e071a6f2
commit 3367a67ade
1 changed files with 8 additions and 8 deletions

View File

@ -5,16 +5,16 @@
language: cpp
before_script:
- sudo add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
- sudo apt-get update -q
- sudo apt-get install gcc-arm-none-eabi python-serial python-argparse
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
- sudo apt-get install libtool zlib1g-dev genromfs git wget
- sudo add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
- sudo apt-get update -q
- sudo apt-get install gcc-arm-none-eabi python-serial python-argparse
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
- sudo apt-get install libtool zlib1g-dev genromfs git wget
# Clone only as much as we need
git:
depth: 500
depth: 500
script:
- make testbuild
- make tests
- make testbuild
- make tests