Skip to content

Commit d884c43

Browse files
committed
travis-nit
1 parent b56eabe commit d884c43

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ git:
1010

1111
before_install:
1212
- git submodule update --init --recursive
13-
matrix:
14-
- TEST_TYPE=ios
15-
- TEST_TYPE=macos
1613
install: bundle install
17-
script: bundle exec rake test:$TEST_TYPE
1814

1915
jobs:
2016
include:
17+
- stage: test
18+
script: bundle exec rake test:ios
19+
- script: bundle exec rake test:macos
2120
- stage: release
2221
env: Deployment
23-
install: bundle install
2422
script:
2523
- ./Scripts/jazzy.sh
2624
- xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-11-0

0 commit comments

Comments
 (0)