travis 1.8.14.travis.1184.9 → 1.8.14.travis.1186.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83c3d260e94603d58cf6edf8095891163412cacecf87cfd0c6239caeb33f40c8
4
- data.tar.gz: fff38a70a79fba9a57601add634bde3f383e1b347acee678c3ae09ecec794ffa
3
+ metadata.gz: 461cbc8c0898d321009f1f04f63349f8aeca27cfb98a40088306de98b2a8b59d
4
+ data.tar.gz: d47a698771451ab303be7f2dffd24e0fdc96d4ccb90dc8afc9b0fa9a15a1b968
5
5
  SHA512:
6
- metadata.gz: 282c958d17d2dfa2de6b5e7a5e5a6632749d589186f0af9307a353b9fa18d6b3b2b02edac0c9e1255ef044d3e690906bd7906ef7d6a2f5ec22f8f0e7147ab849
7
- data.tar.gz: b923fa5ef4ef27aab44953421dfde991ba442bf24ebe8cd1de2802a9de6a5b09b72dc864f516bb0d4fd3dea5801161e7db55f6a8b43c979659d8dc6c894f7716
6
+ metadata.gz: 7da77ceaa29046a95900469332b6a5cffb00a7067330f31522665334ddaa08a4c340b4098767ee597f130980341df6458f49fc4ac03c0fdd2e1864bbcf7e5914
7
+ data.tar.gz: af73a251c8a897be75f059df66c55802e31ab4912a376051b29bf9962fc14c4517f61a4b33f4c542ebb25653effa3d327544ba095cf43316b94f20e3c6bb9457
@@ -0,0 +1,8 @@
1
+ language: elixir
2
+ elixir:
3
+ - '1.10.2'
4
+ - '1.9.4'
5
+ otp_release:
6
+ - '22.3'
7
+ - '21.3'
8
+ - '20.3'
@@ -23,7 +23,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
23
23
  _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell; requires `pry`" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" help:"helps you out when in dire need of information" history:"displays a project's build history" init:"generates a .travis.yml and enables the project" lint:"display warnings for a .travis.yml" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" requests:"lists recent requests" restart:"restarts a build or job" settings:"access repository settings" setup:"sets up an addon or deploy target" show:"displays a build or job" sshkey:"checks, updates or deletes an SSH key" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
24
24
  _travis_setup() { list=(anynines:"automatic deployment to anynines" appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" biicode:"automatic publish to biicode" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" codedeploy:"triggering a new deployment on Amazon CodeDeploy" deis:"automatic deployment to a deis app" divshot:"deployment to Divshot.io" elasticbeanstalk:"deployment to AWS Elastic Beanstalk" engineyard:"automatic deployment to Engine Yard" gcs:"automatic pushing to Google Cloud Storage" hackage:"automatic deployment of hackage packages" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to npm" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s3:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
25
25
  _travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests" maximum_number_of_builds:"Maximum number of concurrent builds" auto_cancel_pushes:"Cancel older push builds that are not yet running" auto_cancel_pull_requests:"Cancel older pull request builds that are not yet running") _describe -t common-commands 'common commands' list; }
26
- _travis_init() { list=(bash:'initialize bash project' c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
26
+ _travis_init() { list=(bash:'initialize bash project' c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' elixir:'initialize elixir project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
27
27
  _travis_option() {
28
28
  case "${words[2]}" in
29
29
  accounts) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" '*:file:_files' && return 0;;
@@ -70,7 +70,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
70
70
  _travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "encrypt-file" "endpoint" "env" "help" "history" "init" "lint" "login" "logout" "logs" "monitor" "open" "pubkey" "raw" "report" "repos" "requests" "restart" "settings" "setup" "show" "sshkey" "status" "sync" "token" "version" "whatsup" "whoami"); }
71
71
  _travis_setup() { reply=("anynines" "appfog" "artifacts" "biicode" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "codedeploy" "deis" "divshot" "elasticbeanstalk" "engineyard" "gcs" "hackage" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s3" "sauce_connect"); }
72
72
  _travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds auto_cancel_pushes auto_cancel_pull_requests); }
73
- _travis_init() { reply=("bash" "c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
73
+ _travis_init() { reply=("bash" "c" "clojure" "cpp" "elixir" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
74
74
  _travis_option() {
75
75
  case "${words[2]}" in
76
76
  accounts) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter");;
@@ -117,7 +117,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
117
117
  _travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt encrypt-file endpoint env help history init lint login logout logs monitor open pubkey raw report repos requests restart settings setup show sshkey status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
118
118
  _travis_setup() { COMPREPLY=( $(compgen -W "anynines appfog artifacts biicode cloudcontrol cloudfiles cloudfoundry cloud66 codedeploy deis divshot elasticbeanstalk engineyard gcs hackage heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s3 sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
119
119
  _travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds auto_cancel_pushes auto_cancel_pull_requests" -- "${COMP_WORDS[COMP_CWORD]}") ); }
120
- _travis_init() { COMPREPLY=( $(compgen -W ""bash" "c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
120
+ _travis_init() { COMPREPLY=( $(compgen -W ""bash" "c" "clojure" "cpp" "elixir" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
121
121
  _travis_option() {
122
122
  local options
123
123
  case "${COMP_WORDS[1]}" in
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
  "Mar\xC3\xADa de Ant\xC3\xB3n",
28
28
  "Matt Toothman",
29
29
  "mariadeanton",
30
+ "techgaun",
30
31
  "Alpha",
31
32
  "Andreas Tiefenthaler",
32
33
  "Beau Bouchard",
@@ -93,6 +94,7 @@ Gem::Specification.new do |s|
93
94
  "matt.toothman@aver.io",
94
95
  "carlad@users.noreply.github.com",
95
96
  "mariadeanton@gmail.com",
97
+ "coolsamar207@gmail.com",
96
98
  "aakriti@travis-ci.org",
97
99
  "AlphaWong@users.noreply.github.com",
98
100
  "at@an-ti.eu",
@@ -154,6 +156,7 @@ Gem::Specification.new do |s|
154
156
  "assets/init/c.yml",
155
157
  "assets/init/clojure.yml",
156
158
  "assets/init/cpp.yml",
159
+ "assets/init/elixir.yml",
157
160
  "assets/init/erlang.yml",
158
161
  "assets/init/go.yml",
159
162
  "assets/init/groovy.yml",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.14.travis.1184.9
4
+ version: 1.8.14.travis.1186.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -20,6 +20,7 @@ authors:
20
20
  - María de Antón
21
21
  - Matt Toothman
22
22
  - mariadeanton
23
+ - techgaun
23
24
  - Alpha
24
25
  - Andreas Tiefenthaler
25
26
  - Beau Bouchard
@@ -69,7 +70,7 @@ authors:
69
70
  autorequire:
70
71
  bindir: bin
71
72
  cert_chain: []
72
- date: 2020-04-08 00:00:00.000000000 Z
73
+ date: 2020-04-09 00:00:00.000000000 Z
73
74
  dependencies:
74
75
  - !ruby/object:Gem::Dependency
75
76
  name: faraday
@@ -283,6 +284,7 @@ email:
283
284
  - matt.toothman@aver.io
284
285
  - carlad@users.noreply.github.com
285
286
  - mariadeanton@gmail.com
287
+ - coolsamar207@gmail.com
286
288
  - aakriti@travis-ci.org
287
289
  - AlphaWong@users.noreply.github.com
288
290
  - at@an-ti.eu
@@ -345,6 +347,7 @@ files:
345
347
  - assets/init/c.yml
346
348
  - assets/init/clojure.yml
347
349
  - assets/init/cpp.yml
350
+ - assets/init/elixir.yml
348
351
  - assets/init/erlang.yml
349
352
  - assets/init/go.yml
350
353
  - assets/init/groovy.yml