.travis.yml 248 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
language: c
sudo: false
before_install:
  - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
script:
  - build_platform esp8266
notifications:
  email:
    on_success: change
    on_failure: change