BugFix: Segmentation fault of Tree32

Add:    "make test" to .travis.yaml
Add:    compile GatewayTester to .travis.yaml

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2017-05-07 21:27:25 +09:00
parent e21b679a03
commit 0adfac47da
5 changed files with 12 additions and 10 deletions

View File

@@ -14,6 +14,11 @@ script:
- cd MQTTSNGateway
- make CXX="g++-4.8" SENSORNET="xbee"
- make CXX="g++-4.8" SENSORNET="udp"
- make test
- cd GatewayTester
- make CXX="g++-4.8"
notifications:
emails: