Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit dc3a02d

Browse files
Standardize Travis CI build (#49)
* Upgrade scripts submodule to latest version * Use scripts submodule for downstream triggers * Use scripts submodule for pushing image * Remove obsolete local scripts
1 parent b75f6df commit dc3a02d

File tree

4 files changed

+3
-32
lines changed

4 files changed

+3
-32
lines changed

.scripts

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ script:
2323
- .travis/check-vendor-extra-updated.sh
2424

2525
after_success:
26-
- .travis/push-image.sh
26+
- .scripts/travis/push-image.sh browser
2727

2828
deploy:
2929
provider: script
30-
script: .travis/downstream-environments.sh $TRAVIS_COMMIT
30+
script: .scripts/travis/downstream.sh environments "Update browser to $TRAVIS_COMMIT"
3131
on:
3232
branch: master
3333

.travis/downstream-environments.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

.travis/push-image.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)