Skip to content

Commit aa3ddfc

Browse files
author
Mike Amaral
committedOct 6, 2015
Added initial slather and travis config files, although I doubt they will work out of the gate, because I never get them to.
1 parent d9ba8fe commit aa3ddfc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

Diff for: ‎.slather.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage_service: coveralls
2+
xcodeproj: Neon.xcodeproj
3+
source_directory: Source

Diff for: ‎.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
before_install: gem install cocoapods xcpretty obcd slather -N
2+
xcode_sdk: iphonesimulator
3+
xcode_project: Neon.xcodeproj
4+
xcode_scheme: NeonUnitTests
5+
after_success: slather

0 commit comments

Comments
 (0)
Failed to load comments.