Testing sudo:false

This commit is contained in:
Marcel Stör 2015-07-13 21:06:48 +02:00
parent 3182688431
commit e5e88ca30f
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/sdk:$PWD/esp-open-sdk/xtensa-lx106-elf/bin