[codecov] Update .travis.yml

This commit is contained in:
Yasuhiro Hatta 2017-07-09 14:29:10 +09:00
parent 5c9bbc0db7
commit 000c011aa9
1 changed files with 3 additions and 7 deletions

View File

@ -1,12 +1,8 @@
language: objective-c
language: swift
osx_image: xcode8.3
env:
- LC_CTYPE=en_US.UTF-8
git:
submodules: false
before_install:
- git submodule update --init --recursive
script:
- set -o pipefail && xcodebuild test -scheme CSV-OSX
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false