Merge pull request #15137 from vector-im/jryans/remove-travis-refs
Remove references to Travis CI
This commit is contained in:
commit
743c869055
2 changed files with 3 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
Contributing code to Riot
|
Contributing code to Element
|
||||||
=========================
|
============================
|
||||||
|
|
||||||
Riot follows the same pattern as https://github.com/matrix-org/matrix-js-sdk/blob/master/CONTRIBUTING.rst.
|
Element follows the same pattern as https://github.com/matrix-org/matrix-js-sdk/blob/master/CONTRIBUTING.rst.
|
||||||
|
|
|
@ -70,7 +70,6 @@ function dodep() {
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
echo -en 'travis_fold:start:matrix-js-sdk\r'
|
|
||||||
echo 'Setting up matrix-js-sdk'
|
echo 'Setting up matrix-js-sdk'
|
||||||
|
|
||||||
dodep matrix-org matrix-js-sdk
|
dodep matrix-org matrix-js-sdk
|
||||||
|
@ -83,11 +82,8 @@ popd
|
||||||
|
|
||||||
yarn link matrix-js-sdk
|
yarn link matrix-js-sdk
|
||||||
|
|
||||||
echo -en 'travis_fold:end:matrix-js-sdk\r'
|
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
echo -en 'travis_fold:start:matrix-react-sdk\r'
|
|
||||||
echo 'Setting up matrix-react-sdk'
|
echo 'Setting up matrix-react-sdk'
|
||||||
|
|
||||||
dodep matrix-org matrix-react-sdk
|
dodep matrix-org matrix-react-sdk
|
||||||
|
@ -101,8 +97,6 @@ popd
|
||||||
|
|
||||||
yarn link matrix-react-sdk
|
yarn link matrix-react-sdk
|
||||||
|
|
||||||
echo -en 'travis_fold:end:matrix-react-sdk\r'
|
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# Link the reskindex binary in place: if we used `yarn link`,
|
# Link the reskindex binary in place: if we used `yarn link`,
|
||||||
|
|
Loading…
Reference in a new issue