Skip to content

Commit

Permalink
Test Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Mar 3, 2018
1 parent 48ced66 commit 8eee9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ deploy:
on:
repo: omersiar/esp-rfid
all_branches: true
condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$
condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+$
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ board = esp12e
lib_deps =
${common.lib_deps_builtin}
${common.lib_deps_external}
build_flags = -Wl,-Teagle.flash.4m.ld !echo '-DBUILD_TAG='$TRAVIS_TAG
build_flags = -Wl,-Teagle.flash.4m.ld
extra_scripts = scripts/pio_script.py

[env:dout]
Expand Down

0 comments on commit 8eee9cc

Please sign in to comment.