Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
test against vapor 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 13, 2020
1 parent b39db97 commit 02bd8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- run:
name: Clone Vapor
command: git clone -b master https://github.com/vapor/vapor.git
command: git clone -b 3 https://github.com/vapor/vapor.git
working_directory: ~/
- run:
name: Switch Vapor to this URLEncodedForm revision
Expand Down Expand Up @@ -62,4 +62,4 @@ workflows:
jobs:
- linux
# - macos


0 comments on commit 02bd8ff

Please sign in to comment.