Merge pull request #35 from malvira/travis-econotag

have travis build TARGET=econotag instead of TARGET=redbee-econotag
This commit is contained in:
Nicolas Tsiftes 2012-11-20 10:55:44 -08:00
commit 9392ece509
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ EXAMPLES_most_non_native = \
ipv6/slip-radio \
webserver-ipv6
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
EXAMPLES_econotag = $(EXAMPLES_most_non_native)
EXAMPLES_most_avr = $(EXAMPLES_most_non_native)

View file

@ -28,5 +28,5 @@ after_script:
env:
## This magically kick-off parallel jobs for each of the for the sets
## of environment variable defined below
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net redbee-econotag sky micaz avr-raven'
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net econotag sky micaz avr-raven'
- BUILD_TYPE='cooja' MAKE_TARGETS='cooja' TAIL=cat