Skip to content

Commit

Permalink
build correct environment
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson authored Nov 6, 2016
1 parent 41332de commit 60552e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ install:
- pip install -U platformio
- platformio platform install espressif8266 --with-package tool-mkspiffs
script:
- platformio --version
- platformio run -e emonesp_deploy
- platformio run -t buildfs
- platformio run -t buildfs -e emonesp_deploy
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit 60552e9

Please sign in to comment.