forked from Carthage/Carthage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 807 Bytes
/
.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
install: true
git:
submodules: false
cache:
directories:
- .build/checkouts # SwiftPM
- .build/repositories # SwiftPM
branches:
only:
- master
matrix:
include:
- os: osx
language: objective-c
osx_image: xcode10.1
script:
- make test
env: JOB=CI_TEST_10_1
- os: osx
language: objective-c
osx_image: xcode10.1
script:
- brew uninstall carthage
- HOMEBREW_NO_AUTO_UPDATE=1 brew install bats
- make install
- bats IntegrationTests
env:
- JOB=CI_INTEGRATION_TESTS
notifications:
email: false
slack:
secure: lblNhCx6581hiPskQQnH663QY/HHqs6y8rMCLIff1Ryq0ngBaTwBJZ6E5tAR8oWTGWg3nMAAm/AaJPQGFC9jnKxtpWJhuEF58RY+EBe1Rz3gjKmacvEZS+PW+k3cRrRPZr6Vh6D8d0cb1gfM7BvGZar21ipBC/WcnNden3LxZ+0=