Only run travis on main & some fixes

This commit is contained in:
David
2021-03-19 18:38:13 +01:00
parent 493dcaab18
commit 67900b135c

View File

@@ -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