Build aptly before system-testing it.

This commit is contained in:
Andrey Smirnov
2014-01-21 17:13:55 +04:00
parent 845ef28a79
commit a9cb70dc08

View File

@@ -46,6 +46,7 @@ check:
golint .
system-test:
go install
PATH=$(BINPATH):$(PATH) python system/run.py
travis: $(TRAVIS_TARGET) system-test