Skip to content

Commit

Permalink
Merge pull request #50 from dn-m/pitchspeller-dependency
Browse files Browse the repository at this point in the history
Swift 5
  • Loading branch information
bwetherfield authored Jul 8, 2019
2 parents 8b1d5d6 + 0c298e2 commit 7c73a60
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ os:
language: generic
sudo: required
dist: trusty
osx_image: xcode9
osx_image: xcode10.2
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
env:
- SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2018-05-30-a
- SWIFT_VERSION=5.0.1
script:
- swift test
after_success:
Expand Down
8 changes: 0 additions & 8 deletions Package.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PerformanceTesting
==================

![Swift](https://img.shields.io/badge/Swift-4.2-brightgreen.svg)
![Swift](https://img.shields.io/badge/Swift-5.0-brightgreen.svg)
[![Build Status](https://travis-ci.org/dn-m/PerformanceTesting.svg?branch=master)](https://travis-ci.org/dn-m/PerformanceTesting)

**PerformanceTesting** provides tools for checking the [asymptotic complexity](https://en.wikipedia.org/wiki/Asymptotic_computational_complexity) of algorithms and operations over data structures.
Expand Down
6 changes: 0 additions & 6 deletions Sources/PerformanceTesting/Benchmark.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
// Created by James Bean on 8/11/17.
//

#if os(Linux)
import Glibc
#else
import Darwin.C
#endif

import Dispatch

/// Collection of `TestPoint` values.
Expand Down

0 comments on commit 7c73a60

Please sign in to comment.