Skip to content

Commit

Permalink
Merge pull request #42 from vapor-community/hotfix-1.1.1
Browse files Browse the repository at this point in the history
Hotfix 1.1.1
  • Loading branch information
vzsg authored Jan 16, 2018
2 parents 71c2855 + bc6ddc8 commit 3ccce14
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 25 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
build:
docker:
- image: swift:3.1.1
- image: circleci/postgres:latest
environment:
POSTGRES_USER: postgres
POSTGRES_DB: test
POSTGRES_PASSWORD: ""
steps:
- run: apt-get update -yq && apt-get install -yq libpq-dev
- checkout
- run: swift build
- run: swift build -c release
- run: swift test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Sources/main.swift
Packages
Database
*.xcodeproj
Package.resolved
Package.pins
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "FluentPostgreSQL",
dependencies: [
.Package(url: "https://github.com/vapor/postgresql.git", majorVersion: 1),
.Package(url: "https://github.com/vapor-community/postgresql.git", majorVersion: 1),
.Package(url: "https://github.com/vapor/fluent.git", majorVersion: 1)
]
)
7 changes: 0 additions & 7 deletions circle.yml

This file was deleted.

0 comments on commit 3ccce14

Please sign in to comment.