Sha256: f6f303cfa7a971b8f876c011ba6324473e0044b7f696ae7972bf8da9704689fd

Contents?: true

Size: 814 Bytes

Versions: 25

Compression:

Stored size: 814 Bytes

Contents

# Testing `dpl` in the context of Travis CI builds

It is possible to test new deployment provider or new functionality
of dpl when it is used from the Travis CI build script.

To do so, add the following to your `.travis.yml`:

```yaml
deploy:
  provider: X
  edge:
  	source: myown/dpl
    branch: foo
  ⋮ # rest of provider X configuration
```

This builds the `dpl` gem on the VM
from `https://github.com/myown/dpl`, the `foo` branch.
Then it installs the locally built gem,
and uses that to deploy.

Notice that this is not a merge commit, so it is important
that when you are testing your PR, the branch `foo` is up-to-date
with https://github.com/travis-ci/dpl/tree/master/.

When opening a PR, be sure to run at least one deployment with the new configuration,
and provide a link to the build in the PR.

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
dpl-1.8.5.travis.1097.4 TESTING.md
dpl-1.8.4 TESTING.md
dpl-1.8.4.travis.1090.4 TESTING.md
dpl-1.8.3 TESTING.md
dpl-1.8.3.travis.1088.4 TESTING.md
dpl-1.8.3.travis.1087.4 TESTING.md
dpl-1.8.3.travis.1078.4 TESTING.md
dpl-1.8.2 TESTING.md
dpl-1.8.2.travis.1075.4 TESTING.md
dpl-1.8.2.travis.1071.4 TESTING.md
dpl-1.8.1 TESTING.md
dpl-1.8.1.travis.1070.4 TESTING.md
dpl-1.8.1.travis.1063.4 TESTING.md
dpl-1.8.0 TESTING.md
dpl-1.7.23.travis.1061.4 TESTING.md
dpl-1.7.23.travis.1059.4 TESTING.md
dpl-1.7.22 TESTING.md
dpl-1.7.22.travis.1058.4 TESTING.md
dpl-1.7.22.travis.1057.4 TESTING.md
dpl-1.7.22.travis.1056.4 TESTING.md