Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Oct 18, 2016
1 parent 746a273 commit 270b759
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

[platformio]
env_default = emontx
version = -DBUILD_TAG=2.3.0

[common]
lib_deps_external =
version = -DBUILD_TAG=2.3.0
lib_deps =
DallasTemperature @3.7.7
EmonLib @1.1.0
JeeLib @c057b5f4c0
Expand All @@ -33,11 +33,11 @@ lib_deps_external =
platform = atmelavr
framework = arduino
board = uno
lib_deps = ${common.lib_deps_external}
lib_deps = ${common.lib_deps}

[env:emontx_deploy]
platform = atmelavr
framework = arduino
board = uno
lib_deps = ${common.lib_deps}
src_build_flags = !(test -z $TRAVIS_TAG && echo '${common.version}') || echo '-DBUILD_TAG='$TRAVIS_TAG
build_flags = !echo '-DBUILD_TAG='$TRAVIS_TAG

0 comments on commit 270b759

Please sign in to comment.