diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 92c6430..0000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -language: swift -script: - - set -o pipefail - - xcodebuild $XCODE_ACTION - -scheme "$TRAVIS_XCODE_SCHEME" - -sdk "$XCODE_SDK" - -destination "$XCODE_DESTINATION" -matrix: - include: - - xcode_scheme: "Spine-macOS" - osx_image: xcode10.2 - env: - - XCODE_ACTION=test - - XCODE_SDK=macosx - - XCODE_DESTINATION="arch=x86_64" - - xcode_scheme: "Spine-iOS" - osx_image: xcode10.2 - env: - - XCODE_ACTION=test - - XCODE_SDK=iphonesimulator - - XCODE_DESTINATION="name=iPhone 7" - - xcode_scheme: "Spine-tvOS" - osx_image: xcode10.2 - env: - - XCODE_ACTION=test - - XCODE_SDK=appletvsimulator - - XCODE_DESTINATION="name=Apple TV 4K" - - xcode_scheme: "Spine-watchOS" - osx_image: xcode10.2 - env: - - XCODE_ACTION=build - - XCODE_SDK=watchsimulator - - XCODE_DESTINATION="name=Apple Watch - 38mm" diff --git a/README.md b/README.md index 1cf5907..ac171d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://api.travis-ci.org/maxgribov/Spine.svg?branch=master)](https://api.travis-ci.org/maxgribov/Spine.svg?branch=master) - # Spine This Swift library allows you to upload characters and their animations from the [Spine (ESS version)](http://esotericsoftware.com) (v4.1+) to `SpriteKit` for platforms::