Skip to content

Commit

Permalink
Fixed the .travis.yml file and removed some warnings from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Widerberg committed May 24, 2019
1 parent 67fcc13 commit 8b4bf9c
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,66 +1,50 @@
language: objective-c

env:
matrix:
- PLATFORM=OS

matrix:
include:
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=SIMULATOR
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=SIMULATOR64
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=OS
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=OS64
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=OS
- BUILD_SHARED=1
- PLATFORM=OS BUILD_SHARED=1
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=TVOS
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=WATCHOS
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=OS64COMBINED
- USE_XCODE=1
allow_failures:
- PLATFORM=OS64COMBINED USE_XCODE=1
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=OS
- USE_STRICT_COMPILER_CHECKS=1
- PLATFORM=OS USE_STRICT_COMPILER_CHECKS=1
- os: osx
osx_image: xcode10.2
compiler: clang
env:
- PLATFORM=OS
- BUILD_LIBRESSL=1
- PLATFORM=OS BUILD_LIBRESSL=1
allow_failures:
- env: PLATFORM=OS BUILD_LIBRESSL=1
- env: PLATFORM=OS USE_STRICT_COMPILER_CHECKS=1

install: true

Expand Down

0 comments on commit 8b4bf9c

Please sign in to comment.