travis-build-stages-demo 0.0.2 → 0.0.3

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
- SHA1:
3
- metadata.gz: 461c02ce1a1aab3928ec143a79278cd44373f489
4
- data.tar.gz: 07d0c9ee6728941c9b2e186e9044baeb2ff267cc
2
+ SHA256:
3
+ metadata.gz: 196769f7d99f0344f02398b1bab1d639bcd7d8c3bc3c7525b0b20d8ff6903444
4
+ data.tar.gz: 8fef549c7b4fbaeb3cd96a49e27e60ff94a7393da82ee81dcec8da67035f2716
5
5
  SHA512:
6
- metadata.gz: 42a825715583bbfe383913747f3b224a99b532d45704d2ea9dce59e0c5a49513c2f81c720cdab8e1d77c17057d233d02518e354995223495348cf8d93e6b5020
7
- data.tar.gz: 0788dfb4eafcd7aed336b510ca2401da721ddb26451917fbb24e8652f11541ae28a29155613df42333e1eb707c84919147750a2e06c36940bb24561335a0640d
6
+ metadata.gz: fefe0947c9701867ddfea5dcc4611ee3feb8d79e169c5cd90fcb47214106fe8848624d77a29322c77992e5b3b6cd03c2b24a744a212c790fb16996307b6fec7a
7
+ data.tar.gz: 0a99b60d731d599c36c8b68873bbf48aefc84bd51ca9d05385e01f0707da36af077db36a7b8a6d3edf90cd99c3bb0becf8987779d87b86e2f3660119401b23d4
data/README.md CHANGED
@@ -1,13 +1,5 @@
1
1
  # Travis CI Build Stages Demo
2
2
 
3
- Branches on this repository contain several demo `.travis.yml` files, as well as associated files, in order to demonstrate how to use the Build Stages feature in various usecases.
3
+ This repository contains examples for Travis CI [Build Stages](docs.travis-ci.com/user/build-stages/) usecases.
4
4
 
5
- For example:
6
-
7
- * A test stage with two jobs, and a deploy with one job: [Branch](https://github.com/travis-ci/build-stages-demo/tree/deploy-stage), [Build on Travis CI](https://build-stages-beta.travis-ci.org/travis-ci/build-stages-demo/builds/224034036)
8
- * Warm up a cache with expensive dependencies in order to optimize test runs: [Branch](https://github.com/travis-ci/build-stages-demo/tree/pre-caching-dependencies), [Build on Travis CI](https://build-stages-beta.travis-ci.org/travis-ci/build-stages-demo/builds/224025125)
9
- * Run several stages, including deployments to staging and production: [Branch](https://github.com/travis-ci/build-stages-demo/tree/master), [Build on Travis CI](https://build-stages-beta.travis-ci.org/travis-ci/build-stages-demo/builds/223978563)
10
- * Using build stages combined with matrix expansion: [Branch](https://github.com/travis-ci/build-stages-demo/tree/matrix-expansion), [Build on Travis CI](https://build-stages-beta.travis-ci.org/travis-ci/build-stages-demo/builds/223978873)
11
- * Sharing files between stages via S3: [Branch](https://github.com/travis-ci/build-stages-demo/tree/shared-storage-with-s3), [Build on Travis CI](https://build-stages-beta.travis-ci.org/travis-ci/build-stages-demo/builds/)
12
-
13
- Feel free to fork this repository, hook it up to Travis CI, and try out the examples. If you have other interesting usecases we'd love a pull request :)
5
+ Please refer to our documentation for an [overview of these examples](http://localhost:4000/user/build-stages/#Examples).
@@ -1,3 +1,3 @@
1
1
  module BuildStagesDemo
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis-build-stages-demo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis CI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-09 00:00:00.000000000 Z
11
+ date: 2018-10-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Travis CI build stages demo gem release.
14
14
  email:
@@ -43,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project:
46
- rubygems_version: 2.4.8
46
+ rubygems_version: 2.7.7
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: Travis CI build stages demo gem release