github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/yaml/enum_lang.go (about)

     1  // Copyright 2022 Harness, Inc.
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //      http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  package yaml
    16  
    17  //
    18  // Supported Langauges:
    19  //
    20  
    21  // minimal (https://docs.travis-ci.com/user/languages/minimal-and-generic/)
    22  // android
    23  // c
    24  // clojure
    25  // cpp
    26  // crystal
    27  // csharp
    28  // d
    29  // dart
    30  // elixir
    31  // elm
    32  // erlang
    33  // generic
    34  // go
    35  // groovy
    36  // hack
    37  // haskell
    38  // haxe
    39  // java
    40  // julia
    41  // nix
    42  // node_js
    43  // objective-c
    44  // perl
    45  // perl6
    46  // php
    47  // python
    48  // r
    49  // ruby
    50  // rust
    51  // scala
    52  // shell
    53  // smalltalk