diff --git a/.travis.yml b/.travis.yml index b7365b5aaece2d..4a4dfbc2354170 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,7 @@ sudo: false language: python python: - "3.4" +install: + - script/bootstrap_server script: - script/cibuild diff --git a/script/cibuild b/script/cibuild index 20c0719a982431..ade1b1d91c53b9 100755 --- a/script/cibuild +++ b/script/cibuild @@ -3,6 +3,5 @@ # script/cibuild: Setup environment for CI to run tests. This is primarily # designed to run on the continuous integration server. -script/bootstrap_server script/test coverage coveralls