Skip to content

Commit b7e1ded

Browse files
committed
try to fix travis by specifying toolchain
1 parent ef9f98d commit b7e1ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- pod install --project-directory=ExampleProject/CodeGenerationExample
1212
script:
1313
- ruby -X Tests test.rb
14-
- scan --scheme CodeGenerationExample --workspace ExampleProject/CodeGenerationExample/CodeGenerationExample.xcworkspace
14+
- scan --scheme CodeGenerationExample --workspace ExampleProject/CodeGenerationExample/CodeGenerationExample.xcworkspace -x "TOOLCHAINS=com.apple.dt.toolchain.Swift_3_0"
1515
rvm:
1616
- 2.0
1717
- 2.3

0 commit comments

Comments
 (0)