Skip to content

Commit 004622c

Browse files
committed
restores all tasks
1 parent 408c8f8 commit 004622c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.travis.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ git:
1111
before_install:
1212
- git submodule update --init --recursive
1313

14-
# stage: test
15-
# env:
16-
# global:
17-
# - LC_CTYPE=en_US.UTF-8
18-
# - LANG=en_US.UTF-8
19-
# matrix:
20-
# - TEST_TYPE=iOS
21-
# - TEST_TYPE=macOS
22-
# install: bundle install
23-
# script:
24-
# - |
25-
# RAKE_TASK_NAME=$(echo "$TEST_TYPE" | tr '[:upper:]' '[:lower:]')
26-
# bundle exec rake test:$RAKE_TASK_NAME
27-
# after_success: bash <(curl -s https://codecov.io/bash)
14+
stage: test
15+
env:
16+
global:
17+
- LC_CTYPE=en_US.UTF-8
18+
- LANG=en_US.UTF-8
19+
matrix:
20+
- TEST_TYPE=iOS
21+
- TEST_TYPE=macOS
22+
install: bundle install
23+
script:
24+
- |
25+
RAKE_TASK_NAME=$(echo "$TEST_TYPE" | tr '[:upper:]' '[:lower:]')
26+
bundle exec rake test:$RAKE_TASK_NAME
27+
after_success: bash <(curl -s https://codecov.io/bash)
2828

2929
jobs:
3030
include:
@@ -42,14 +42,14 @@ jobs:
4242
on:
4343
tags: true
4444
all_branches: true
45-
# - stage: release
46-
# env: Cocoapods
47-
# install: bundle install
48-
# script: bundle exec rake test:cocoapods
49-
# - stage: release
50-
# env: Carthage
51-
# install:
52-
# - bundle install
53-
# - brew update
54-
# - brew install carthage || brew upgrade carthage
55-
# script: bundle exec rake test:carthage
45+
- stage: release
46+
env: Cocoapods
47+
install: bundle install
48+
script: bundle exec rake test:cocoapods
49+
- stage: release
50+
env: Carthage
51+
install:
52+
- bundle install
53+
- brew update
54+
- brew install carthage || brew upgrade carthage
55+
script: bundle exec rake test:carthage

0 commit comments

Comments
 (0)