Skip to content

Commit

Permalink
Added Changelog and travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mRs- committed Oct 7, 2017
1 parent b79331c commit d65daeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
osx_image: xcode8.2
script:
- xcodebuild test -scheme HexColors-iOS-Tests -sdk iphonesimulator -destination 'platform=iOS Simulator,id=86B2CA7C-0247-4257-BFEA-8035084AF2CF'
osx_image: xcode9
xcode_project: HexColors.xcodeproj
xcode_scheme: HexColors-iOS-Tests
after_success:
- bash <(curl -s https://codecov.io/bash)
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
`HexColors` adheres to [Semantic Versioning](http://semver.org/).

---
## [6.0.0] (https://github.com/mRs-/HexColors/tree/6.0.0)
* Swift 4

## [5.0.1] (https://github.com/mRs-/HexColors/tree/5.0.1)
* Fixxed a copy paste bug

Expand Down
6 changes: 4 additions & 2 deletions HexColors.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
293AB3681E111F53004A4946 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
295A522F1F88D20900C359F3 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
295A52301F88D34400C359F3 /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; };
295A52311F88D52C00C359F3 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
29E034CD1E1477EF00BC16BC /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -91,14 +92,15 @@
isa = PBXGroup;
children = (
295A52301F88D34400C359F3 /* .swift-version */,
295A522F1F88D20900C359F3 /* README.md */,
29E034CD1E1477EF00BC16BC /* Package.swift */,
295A52311F88D52C00C359F3 /* CHANGELOG.md */,
293AB3361E111E96004A4946 /* Classes */,
293AB33D1E111F0B004A4946 /* HexColors-iOS */,
293AB3481E111F0B004A4946 /* HexColors-iOSTests */,
293AB35A1E111F53004A4946 /* HexColors-macOS */,
293AB3651E111F53004A4946 /* HexColors-macOSTests */,
29E034CD1E1477EF00BC16BC /* Package.swift */,
293AB3201E111E68004A4946 /* Products */,
295A522F1F88D20900C359F3 /* README.md */,
);
sourceTree = "<group>";
};
Expand Down

0 comments on commit d65daeb

Please sign in to comment.