Fixed travis ci.

This commit is contained in:
Shuai Lin 2016-11-21 13:48:57 +08:00
parent fde3d4c743
commit 59e54fb931

View file

@ -9,7 +9,7 @@ install:
- echo "Nothing to install"
script:
- cd image && make base && make && cd ..
- cd image && make base && make server && cd ..
- cp samples/server.conf bootstrap/bootstrap.conf
- sudo ./launcher bootstrap
- sudo ./launcher start && sleep 10