Switch to Travis containerized builds

This commit is contained in:
Marcel Stör 2015-07-21 20:46:09 +02:00 committed by Johny Mattsson
parent bf8ed500bf
commit df3178d763
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
sudo: false
language: cpp
before_install:
- sudo apt-get install -y python-serial srecord
addons:
apt:
packages:
- python-serial
- srecord
install:
- tar -zxvf tools/esp-open-sdk.tar.gz
- export PATH=$PATH:$PWD/esp-open-sdk/xtensa-lx106-elf/bin