Skip to content

Commit 36e4876

Browse files
committed
Added travis
1 parent f37f2e5 commit 36e4876

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: objective-c

Hpple.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
75DBA7140F5906E200E7EE78 /* TFHppleHTMLTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TFHppleHTMLTest.m; path = UnitTesting/TFHppleHTMLTest.m; sourceTree = "<group>"; };
5757
75DBA7190F59070A00E7EE78 /* TFHppleXMLTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TFHppleXMLTest.m; path = UnitTesting/TFHppleXMLTest.m; sourceTree = "<group>"; };
5858
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
59+
D01899DB1854774400B68539 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = "<group>"; };
5960
/* End PBXFileReference section */
6061

6162
/* Begin PBXFrameworksBuildPhase section */
@@ -119,6 +120,7 @@
119120
children = (
120121
32CA4F630368D1EE00C91783 /* Hpple_Prefix.pch */,
121122
29B97316FDCFA39411CA2CEA /* main.m */,
123+
D01899DB1854774400B68539 /* .travis.yml */,
122124
);
123125
name = "Other Sources";
124126
sourceTree = "<group>";
@@ -230,6 +232,8 @@
230232
/* Begin PBXProject section */
231233
29B97313FDCFA39411CA2CEA /* Project object */ = {
232234
isa = PBXProject;
235+
attributes = {
236+
};
233237
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hpple" */;
234238
compatibilityVersion = "Xcode 3.1";
235239
developmentRegion = English;

0 commit comments

Comments
 (0)