diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1bdd01e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: ruby -rvm: - - 2.6.6 -os: osx -osx_image: xcode12.1 -branches: - only: - - master - -# unit tests -before_install: - - gem update --system - -install: - - bundle install - -jobs: - include: - - stage: run framework unit tests - script: - - rake test:msdkui_unit >unit_test.log - - tail -n 80 unit_test.log - after_success: - - bash <(curl -s https://codecov.io/bash) -cF ios -J '^HEREMapsUI$' -J '^MSDKUI$' - - - stage: run demo app unit tests - script: - - rake test:demo_app_unit >demo_app_test.log - - tail -n 80 demo_app_test.log - after_success: - - bash <(curl -s https://codecov.io/bash) -cF ios -J '^MSDKUI_Demo$' - diff --git a/Gemfile.lock b/Gemfile.lock index 9342c8c..1ec8bc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,6 @@ GEM word_wrap (~> 1.0.0) xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) - xcpretty-travis-formatter (>= 0.0.3) ffi (1.13.1) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -256,8 +255,6 @@ GEM xcresult (~> 0.2.0) xcpretty (0.3.0) rouge (~> 2.0.7) - xcpretty-travis-formatter (1.0.0) - xcpretty (~> 0.2, >= 0.0.7) xcresult (0.2.1) PLATFORMS diff --git a/README.md b/README.md index 0da21fa..57ec218 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/heremaps/msdkui-ios.svg?branch=master)](https://travis-ci.com/heremaps/msdkui-ios) [![codecov](https://codecov.io/gh/heremaps/msdkui-ios/branch/master/graph/badge.svg)](https://codecov.io/gh/heremaps/msdkui-ios) +[![codecov](https://codecov.io/gh/heremaps/msdkui-ios/branch/master/graph/badge.svg)](https://codecov.io/gh/heremaps/msdkui-ios) # What is the HERE Mobile SDK UI Kit (MSDKUI)?