We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56eabe commit d884c43Copy full SHA for d884c43
.travis.yml
@@ -10,17 +10,15 @@ git:
10
11
before_install:
12
- git submodule update --init --recursive
13
-matrix:
14
- - TEST_TYPE=ios
15
- - TEST_TYPE=macos
16
install: bundle install
17
-script: bundle exec rake test:$TEST_TYPE
18
19
jobs:
20
include:
+ - stage: test
+ script: bundle exec rake test:ios
+ - script: bundle exec rake test:macos
21
- stage: release
22
env: Deployment
23
- install: bundle install
24
script:
25
- ./Scripts/jazzy.sh
26
- xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-11-0
0 commit comments