Setup gitignore and remove travis

This commit is contained in:
Robert Payne 2015-04-15 11:36:19 +12:00
parent 5713270eff
commit bd3bc1cee4
2 changed files with 0 additions and 17 deletions

3
.gitignore vendored
View File

@ -1,6 +1,3 @@
project.xcworkspace
xcuserdata
Examples/
.DS_Store .DS_Store
Gemfile Gemfile
Gemfile.lock Gemfile.lock

View File

@ -1,14 +0,0 @@
language: objective-c
osx_image: xcode611
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project Snap.xcodeproj -scheme "Snap iOS" -sdk iphonesimulator
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- pod lib lint --quick