Browse Source

testing travis ci

master
Rick Watson 5 years ago
parent
commit
32ac0feae5
  1. 30
      .travis.yml

30
.travis.yml

@ -24,21 +24,21 @@
# 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
# - platformio update
#
# script:
# - platformio run
language: python
python:
- "2.7"
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
- platformio update
script:
- platformio run
#

Loading…
Cancel
Save