Skip to content
Snippets Groups Projects
Commit 3367a67a authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Travis file: tabs to spaces

parent 47e071a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment