Skip to content

Commit 82c4230

Browse files
committed
Merge branch 'master' of https://github.com/mattt/Surge
2 parents bf9e58f + 7a5a7f4 commit 82c4230

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: objective-c
2-
xcode_project: Surge.xcodeproj
3-
xcode_scheme: Surge
2+
osx_image: xcode7.3
3+
4+
script:
5+
- xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2'
6+
7+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Surge [![Build Status](https://travis-ci.org/mattt/Surge.svg?branch=master)](https://travis-ci.org/mattt/Surge) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mattt/Surge/blob/master/LICENSE)
1+
# Surge [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mattt/Surge/blob/master/LICENSE)
2+
23

34
*Swift + Accelerate*
45

0 commit comments

Comments
 (0)