Skip to content

Commit ca4c4b8

Browse files
authored
update build to use 5.2 (#12)
1 parent c210607 commit ca4c4b8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- os: osx
1818
osx_image: xcode11.2
1919
env: SWIFT_VERSION=5.1
20+
- os: osx
21+
osx_image: xcode11.2
22+
env: SWIFT_VERSION=5.2
2023

2124
install:
2225
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AccelerateArray
22

3-
[![Swift Version](https://img.shields.io/badge/swift-5.1-blue.svg)](https://swift.org)
3+
[![Swift Version](https://img.shields.io/badge/swift-5.2-blue.svg)](https://swift.org)
44
![Platform](https://img.shields.io/badge/platform-osx--64-lightgray.svg)
55
[![Build Travis-CI Status](https://travis-ci.org/dastrobu/AccelerateArray.svg?branch=master)](https://travis-ci.org/dastrobu/AccelerateArray)
66
[![documentation](https://github.com/dastrobu/AccelerateArray/raw/master/docs/badge.svg?sanitize=true)](https://dastrobu.github.io/AccelerateArray/)

0 commit comments

Comments
 (0)