Skip to content

Commit

Permalink
Adding test for DRD example
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed Jun 10, 2017
1 parent 30d614c commit 4009b0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cache:
env:
- SCRIPT=platformioSingle EXAMPLE_NAME=ChannelStatistics EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini
- SCRIPT=platformioSingle EXAMPLE_NAME=ChannelStatisticsWithWifiManager EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini
- SCRIPT=platformioSingle EXAMPLE_NAME=ChannelStatisticsWithWifiManagerAndDoubleReset EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini


install:
Expand All @@ -22,5 +23,7 @@ install:
- platformio lib -g install 64
# http://platformio.org/lib/show/567/WifiManager
- platformio lib -g install 567
# Double Reset Detector (not yet on PIO)
- platformio lib -g install https://github.com/datacute/DoubleResetDetector.git

script: scripts/travis/$SCRIPT.sh

0 comments on commit 4009b0d

Please sign in to comment.