Only run travis on main & some fixes
This commit is contained in:
@@ -12,7 +12,14 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- libgconf-2-4
|
- libgconf-2-4
|
||||||
|
|
||||||
cache: yarn
|
cache:
|
||||||
|
yarn: true
|
||||||
|
directories:
|
||||||
|
- ~/.cache
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yarn test --ci
|
- yarn test --ci
|
||||||
|
|||||||
Reference in New Issue
Block a user