diff --git a/.gitignore b/.gitignore index c0dbc2e..d37acf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -project.xcworkspace -xcuserdata -Examples/ .DS_Store Gemfile Gemfile.lock diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 497efaf..0000000 --- a/.travis.yml +++ /dev/null @@ -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 \ No newline at end of file