summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 824c2ddf0..cd401974e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,5 +14,7 @@ script:
- ./build/nDPId-test || test $? -eq 1
- ./build/nDPId -h || test $? -eq 1
# dameon start/stop test
-- ./scripts/daemon.sh ./build/nDPId ./build/nDPIsrvd
-- ./scripts/daemon.sh ./build/nDPId ./build/nDPIsrvd
+- make -C ./build daemon
+- make -C ./build daemon
+# make dist
+- ./scripts/make-dist.sh