File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
lib/travis/yml/schema/def/lang Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ def define
3535 map :warnings_are_errors , to : :bool
3636 map :remotes , to : :str # this does not seem to be used in travis-build?
3737 map :repos , to : :map , strict : false
38+ map :use_devtools , to : :bool
3839 end
3940 end
4041 end
Original file line number Diff line number Diff line change 80778077 " r"
80788078 ]
80798079 }
8080+ },
8081+ "use_devtools" : {
8082+ "type" : " boolean" ,
8083+ "only" : {
8084+ "language" : [
8085+ " r"
8086+ ]
8087+ }
80808088 }
80818089 },
80828090 "summary" : " R language support" ,
91789186 " r"
91799187 ]
91809188 }
9189+ },
9190+ "use_devtools" : {
9191+ "type" : " object" ,
9192+ "only" : {
9193+ "language" : [
9194+ " r"
9195+ ]
9196+ }
91819197 }
91829198 },
91839199 "normal" : true
You can’t perform that action at this time.
0 commit comments