Skip to content

Commit 9c430a9

Browse files
committed
Remove obsolete Ruby library
1 parent 27c802e commit 9c430a9

File tree

4 files changed

+0
-148
lines changed

4 files changed

+0
-148
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- name: Select Xcode
4747
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
48-
- name: Run build script tests
49-
run: RUBYLIB=lib ruby test/apollo_version_test.rb
5048
- name: Modify Cartfile.resolved
5149
run: perl -pi -e 's/"[\d.]+"$/"${{ matrix.apollo }}"/ if /apollographql\/apollo-ios/' Cartfile.resolved
5250
- name: Install dependencies

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ matrix:
3838
- APOLLO_VERSION=0.9.5
3939
- SWIFT_VERSION=4.2
4040

41-
before_install:
42-
- RUBYLIB=lib ruby test/apollo_version_test.rb
43-
4441
install:
4542
- ./Scripts/boot-simulator --destination "$TRAVIS_XCODE_DESTINATION" &
4643
- perl -pi -e 's/"[\d.]+"$/"$ENV{APOLLO_VERSION}"/ if /apollographql\/apollo-ios/' Cartfile.resolved

lib/apollo_version.rb

-75
This file was deleted.

test/apollo_version_test.rb

-68
This file was deleted.

0 commit comments

Comments
 (0)