Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 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 fd45ddb + 3b3c3e9 commit f21f1ec
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 32 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Sources/main.swift
Packages
Database
*.xcodeproj

Package.pins
Package.resolved
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import PackageDescription
let package = Package(
name: "PostgreSQL",
dependencies: [
.Package(url: "https://github.com/vapor/cpostgresql.git", majorVersion: 1),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 1),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 1),
.Package(url: "https://github.com/vapor-community/cpostgresql.git", majorVersion: 1),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 1),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 1),
]
)
8 changes: 0 additions & 8 deletions circle.yml

This file was deleted.

0 comments on commit f21f1ec

Please sign in to comment.