forked from Carthage/Carthage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (40 loc) · 1.24 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
install: true
git:
submodules: false
matrix:
include:
- os: osx
language: objective-c
osx_image: xcode7.3
script: script/cibuild
env: JOB=CI_BUILD
- os: osx
language: objective-c
osx_image: xcode7.3
script:
- brew install bats
- make install
- bats Source/CarthageIntegration
env: JOB=INTEGRATION_TESTS
notifications:
email: false
slack:
secure: lblNhCx6581hiPskQQnH663QY/HHqs6y8rMCLIff1Ryq0ngBaTwBJZ6E5tAR8oWTGWg3nMAAm/AaJPQGFC9jnKxtpWJhuEF58RY+EBe1Rz3gjKmacvEZS+PW+k3cRrRPZr6Vh6D8d0cb1gfM7BvGZar21ipBC/WcnNden3LxZ+0=
env:
global:
- BUILD_TOOL=xctool
- secure: DofNs+Ej7JblkkGMTHOl4XMBfv0EKVvzZU7OOm7U6Hyxu0J0SN6E3s61Q4HUWOBvM3Yrxf+8jpFKI29w69WArmRPpmK6GCaZar8ldUBHNmN3gaeOaGmGyrmnre4hxHjJzc0E3HAmJ03v94HW5JwQzKpIUjxg4dSttJMT6WOmnxE=
deploy:
provider: releases
api-key:
secure: c1fMI4p8oUVGi7SkDLqXpZDhrVVnLWU8J6+rWc3pTMmeNmEGopZpCiiQupHoHXx+Fq3+8R4M2iG0IgfcVTb6q5HD2RH0+q57/p9vcYIlCS8E/1o2BPUHUfH1Poc1vs7VdFpjWFmbm6Twnnffbz3AsELjv3mJyRxR6fUAliwfnWk=
file:
- Carthage.pkg
- CarthageKit.framework.zip
skip_cleanup: true
on:
tags: true
condition: $JOB = CI_BUILD