Activate travis file for CI

This commit is contained in:
Josh Stewart 2017-06-03 09:37:18 +10:00
parent d44410fff4
commit 3f5482ded5
1 changed files with 14 additions and 14 deletions

View File

@ -24,20 +24,20 @@
# Template #1: General project. Test it using existing `platformio.ini`.
#
# language: python
# python:
# - "2.7"
#
# sudo: false
# cache:
# directories:
# - "~/.platformio"
#
# install:
# - pip install -U platformio
#
# script:
# - platformio run
language: python
python:
- "2.7"
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
script:
- platformio run
#