Skip to content

Commit 21cb22a

Browse files
committed
Improve Travis build speed.
1 parent 8f2ff77 commit 21cb22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ xcode_scheme: Torch
55
xcode_sdk: macosx
66

77
before_script:
8-
- gem install cucumber
9-
- gem install aruba
8+
- gem install cucumber --no-rdoc --no-ri
9+
- gem install aruba --no-rdoc --no-ri
1010

1111
script:
1212
- cd Generator
1313
- bash run_tests.sh
1414
- cd ..
15-
- travis_wait xcodebuild -workspace Torch.xcworkspace -scheme Torch -sdk macosx test
15+
- travis_wait xcodebuild -workspace Torch.xcworkspace -scheme Torch -sdk macosx clean test
1616

1717
after_script:
1818
- sleep 5

0 commit comments

Comments
 (0)