Skip to content

Commit

Permalink
Remove empty space and update osx_image version in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Szklarek committed Jul 21, 2017
1 parent 53ed8f2 commit e408ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: objective-c
osx_image: xcode7.3
osx_image: xcode8.3
sudo: false
before_install:
- gem update fastlane
before_script:
- ./.fastlane/add-key.sh
- ./.fastlane/add-key.sh
script:
- ./.fastlane/unittests.sh
- ./.fastlane/testflight.sh
Expand Down

0 comments on commit e408ca4

Please sign in to comment.