Skip to content

Commit 0378923

Browse files
committed
Remove SwiftLint step from travis.yml and update image to Xcode 8.3
1 parent f73e192 commit 0378923

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode7.3
2+
osx_image: xcode8.3
33
rvm:
44
- "2.3.1"
55

@@ -12,9 +12,6 @@ env:
1212
- OS=macos
1313
- OS=tvos
1414

15-
before_install:
16-
- brew install swiftlint
17-
1815
install:
1916
- gem install bundler --no-doc --no-ri
2017
- bundle install --path="./.vendor/bundle"

0 commit comments

Comments
 (0)