diff --git a/circle.yml b/circle.yml index 2fac0bd5..65ea40b5 100644 --- a/circle.yml +++ b/circle.yml @@ -6,6 +6,7 @@ jobs: xcode: "9.3.0" steps: - checkout + - run: brew install vapor/tap/vapor - run: swift build - run: swift test