Commit Graph

18 Commits

Author SHA1 Message Date
Andrey Lushnikov
583f7a07be chore(ci): publish all packages 2020-02-28 15:03:03 -08:00
Andrey Lushnikov
b5da5f1a04 chore(ci): another attempt to publish 2 packages 2020-02-28 14:53:26 -08:00
Andrey Lushnikov
66799af3a2 chore(ci): try to publish 2 things with travis 2020-02-28 14:46:51 -08:00
Andrey Lushnikov
4af4557706 chore(ci): regenerate key with travis --pro 2020-02-28 14:30:55 -08:00
Andrey Lushnikov
67a848542b chore(ci): another attempt to fix travis 2020-02-28 14:23:29 -08:00
Andrey Lushnikov
400e55dab4 chore(ci): attempt to publish @next from travis 2020-02-28 14:06:20 -08:00
Andrey Lushnikov
9b51febf50
feat: setup continuous deployment (#1159)
This patch sets continuous deployment of playwright packages
from tip-of-tree. These packages are released under the "@next",
so it should be possible to install tip-of-tree version of Playwright
from NPM using

```
npm i playwright@next
```

A few technical details:
- This uses travis to drive deployments
- This deploys from master and only if all browsers pass all tests on linux
- This is an attempt to deploy just two packages: `playwright-core` and `playwright-firefox`. If this works out, I'll follow-up with other packages as well
2020-02-28 11:02:42 -08:00
Andrey Lushnikov
bd139e4c74
chore(travis): install libvpx on travis for webkit (#1017)
Fixes #1016
2020-02-14 16:27:16 -08:00
Joel Einbinder
e131fe0cee
fix(chromium): install libgbm (#773)
The new Chromium (#771) requires [`libgbm1`](https://packages.debian.org/sid/libgbm1) to be installed. Install it manually on the bots, and add it to troubleshooting.md.
2020-01-30 15:54:53 -08:00
Joel Einbinder
184b25ff7b
chore: windows bots via github actions (#678)
Mac will come in a follow up!

As a drive-by, removed npm build everywhere, because npm install already runs build.
2020-01-28 18:04:51 -08:00
Joel Einbinder
b8e2bbad66 chore: run lint on travis (#613) 2020-01-23 15:24:58 -08:00
Andrey Lushnikov
0e361c9252 devops(ci): drop debug output from travis.yml 2020-01-22 14:57:17 -08:00
Andrey Lushnikov
d7fde0c6e6 devops(ci): resurrecting travis 2020-01-22 14:53:36 -08:00
Andrey Lushnikov
e4fad11c16 chore(ci): use bionic for travis 2019-12-05 15:18:55 -08:00
Andrey Lushnikov
fe34ddf766
chore(ci): attempt to bring back travis to life 2019-12-05 15:13:20 -08:00
Andrey Lushnikov
81c8a43e4b chore(ci): add travis deps to run WebKit Linux (#159) 2019-12-05 15:57:44 -07:00
Andrey Lushnikov
df55f29373 devops(ci): cleanup travis config 2019-12-05 13:04:41 -08:00
Pavel Feldman
9ba375c063 Initial commit 2019-11-19 10:58:15 -08:00