diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8fd2c35..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: swift -xcode_project: MTMR.xcodeproj -xcode_scheme: UnitTests -osx_image: xcode11.1 -install: gem install xcpretty -script: "xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}"