Browse Source

Update .travis.yml

i18n
Xose Pérez 6 years ago
parent
commit
d5231f3fe1
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      code/.travis.yml

+ 5
- 1
code/.travis.yml View File

@ -8,4 +8,8 @@ cache:
install:
- pip install -U platformio
script:
- platformio run -e itead-sonoff-basic
- cd code ; platformio run -e itead-sonoff-basic
branches:
only:
- master
- dev

Loading…
Cancel
Save