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`. # Template #1: General project. Test it using existing `platformio.ini`.
# #
# language: python language: python
# python: python:
# - "2.7" - "2.7"
#
# sudo: false sudo: false
# cache: cache:
# directories: directories:
# - "~/.platformio" - "~/.platformio"
#
# install: install:
# - pip install -U platformio - pip install -U platformio
#
# script: script:
# - platformio run - platformio run
# #