From 022475fbefd37c92ba5168b79f7ed16cadabfed5 Mon Sep 17 00:00:00 2001 From: yosshi4486 Date: Thu, 27 Jan 2022 12:35:32 +0900 Subject: [PATCH] Remove an unused CI configuration file. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c5d1ebf..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: objective-c -xcode_project: EmojiPicker.xcodeproj # path to your xcodeproj folder -xcode_scheme: EmojiPickerTests -xcode_destination: platform=iOS Simulator,OS=10.1,name=iPad Pro (9.7-inch) \ No newline at end of file