J. Ryan Stinnett
b51d3d0a42
Use modern Yarn version on Travis CI
...
Travis CI uses a quite old version of Yarn by default. This adds Yarn's
recommended incantation for using the latest stable version.
2019-03-13 12:32:03 +00:00
J. Ryan Stinnett
7c947d87ab
Update scripts and docs to use `yarn` where appropriate
...
Most `npm` operations are replaced with `yarn`, which generally has better
behavior. However, steps like publish that write to the NPM registry are left to
`npm`, which currently handles these tasks best.
2019-03-11 14:22:02 +00:00
Bruno Windels
0251bb3869
disable e2e tests everywhere as redesign breaks them for now
2019-01-30 13:05:50 +01:00
Bruno Windels
45558f5323
run both react-sdk and riot-web tests
2019-01-09 15:16:20 +01:00
Bruno Windels
481cd292ad
make e2e tests job conditional at travis.yml level
2019-01-09 14:36:32 +01:00
Bruno Windels
5ce08523f8
split up script for unit and end-to-end tests so unit tests are not run as part of e2e tests
2019-01-09 14:21:45 +01:00
Erik Johnston
ba5e3f86cb
Revert "Add npm cache"
...
This reverts commit f9ecdcb480
.
Travis is unhappy about adding an NPM cache as it can't find
matrix-js-sdk for some reason
2019-01-08 11:58:21 +00:00
Erik Johnston
f9ecdcb480
Add npm cache
2019-01-08 11:48:11 +00:00
Erik Johnston
025733244f
Remove default script that is never called
2019-01-08 11:47:49 +00:00
Erik Johnston
ab468b5346
Refactor travis-ci to use parallel jobs
2019-01-08 11:33:12 +00:00
Bruno Windels
70f8ee0e87
install synapse prerequisites as part of build
2018-07-31 11:00:44 +02:00
David Baker
825d610938
Bah, no pushd.
...
Also this npm install should now be unnecessary
2018-05-02 11:13:16 +01:00
lukebarnard
f391375dea
Alter comment on travis-ci#8836 workaround
2018-01-16 10:09:11 +00:00
lukebarnard
f7e2e91df5
Workaround for travis-ci/travis-ci#8836
2018-01-16 09:38:16 +00:00
Richard van der Hoff
f69033c907
Use headless chrome instead of phantomjs for tests
2017-07-05 14:39:02 +01:00
Richard van der Hoff
9bda212cb1
Make travis/jenkins check for lint on files which are clean to start with
2017-06-08 14:03:30 +01:00
Richard van der Hoff
6e693612a0
travisci: Don't run the riot-web tests if the react-sdk tests fail
2017-06-01 17:49:49 +01:00
Richard van der Hoff
1b6735d729
Configure travis to test riot-web after building
2017-01-19 13:30:22 +00:00
David Baker
3706d6e32a
js-sdk, not react-sdk
2017-01-12 17:14:51 +00:00
David Baker
4ca4441f77
Build js-sdk in travis too
2017-01-12 17:09:49 +00:00
Mark Haines
763d3bf9e7
Add .travis.yml
2016-08-23 15:05:50 +01:00