Skip to content

Commit

Permalink
Merge pull request #180 from kishikawakatsumi/rake
Browse files Browse the repository at this point in the history
Bundle update
  • Loading branch information
kishikawakatsumi authored Apr 29, 2020
2 parents 2ddc5d6 + 5a5acd2 commit 5741fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 73 deletions.
70 changes: 0 additions & 70 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,76 +22,6 @@ matrix:
env: ACTION='test:appletvsimulator'
- osx_image: xcode10
env: ACTION='test:macosx'

- osx_image: xcode9.4
env: ACTION=build
- osx_image: xcode9.4
env: ACTION='test:iphonesimulator'
- osx_image: xcode9.4
env: ACTION='test:appletvsimulator'
- osx_image: xcode9.4
env: ACTION='test:macosx'

- osx_image: xcode9
env: ACTION=build
- osx_image: xcode9
env: ACTION='test:iphonesimulator'
- osx_image: xcode9
env: ACTION='test:appletvsimulator'
- osx_image: xcode9
env: ACTION='test:macosx'

- osx_image: xcode8.3
env: ACTION=build
- osx_image: xcode8.3
env: ACTION='test:iphonesimulator'
- osx_image: xcode8.3
env: ACTION='test:appletvsimulator'
- osx_image: xcode8.3
env: ACTION='test:macosx'

- osx_image: xcode8
env: ACTION=build
- osx_image: xcode8
env: ACTION='test:iphonesimulator'
- osx_image: xcode8
env: ACTION='test:appletvsimulator'
- osx_image: xcode8
env: ACTION='test:macosx'

- osx_image: xcode7.3
env: ACTION=build
- osx_image: xcode7.3
env: ACTION='test:iphonesimulator'
- osx_image: xcode7.3
env: ACTION='test:appletvsimulator'
- osx_image: xcode7.3
env: ACTION='test:macosx'

- osx_image: xcode7.2
env: ACTION=build
- osx_image: xcode7.2
env: ACTION='test:iphonesimulator'
- osx_image: xcode7.2
env: ACTION='test:appletvsimulator'
- osx_image: xcode7.2
env: ACTION='test:macosx'

- osx_image: xcode7.1
env: ACTION=build
- osx_image: xcode7.1
env: ACTION='test:iphonesimulator'
- osx_image: xcode7.1
env: ACTION='test:appletvsimulator'
- osx_image: xcode7.1
env: ACTION='test:macosx'

- osx_image: xcode7
env: ACTION=build
- osx_image: xcode7
env: ACTION='test:iphonesimulator'
- osx_image: xcode7
env: ACTION='test:macosx'
env:
global:
- LANG=en_US.UTF-8
Expand Down
6 changes: 3 additions & 3 deletions Lib/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
rake (12.1.0)
rake (13.0.1)
rouge (2.0.7)
xcjobs (0.10.0)
xcpretty (0.2.8)
xcpretty (0.3.0)
rouge (~> 2.0.7)

PLATFORMS
Expand All @@ -16,4 +16,4 @@ DEPENDENCIES
xcpretty

BUNDLED WITH
1.15.4
2.1.4

0 comments on commit 5741fa8

Please sign in to comment.