Skip to content

Commit

Permalink
Merge pull request #646 from vapor/tn-beta-1
Browse files Browse the repository at this point in the history
beta 1
  • Loading branch information
tanner0101 authored Oct 24, 2019
2 parents b397883 + 226873d commit 96f2ab8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [tanner0101] # loganwright, joscdk
open_collective: vapor
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: test
on:
- pull_request
jobs:
xenial:
container:
image: vapor/swift:5.1-xenial
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test
bionic:
container:
image: vapor/swift:5.1-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test
thread:
container:
image: vapor/swift:5.1-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test --sanitize=thread
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
.library(name: "Fluent", targets: ["Fluent"]),
],
dependencies: [
.package(url: "https://github.com/vapor/fluent-kit.git", .branch("master")),
.package(url: "https://github.com/vapor/vapor.git", .branch("master")),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-beta"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-beta"),
],
targets: [
.target(name: "Fluent", dependencies: ["FluentKit", "Vapor"]),
Expand Down
42 changes: 0 additions & 42 deletions circle.yml

This file was deleted.

0 comments on commit 96f2ab8

Please sign in to comment.