Skip to content

Commit bafadc7

Browse files
committed
fix(travis): improve Travis config
1 parent aff1de6 commit bafadc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/travis.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export async function initTravis({
7878
env: {
7979
global: ['FORCE_COLOR=1'],
8080
},
81+
install: ['npm ci'],
8182
jobs: {
8283
include: [
8384
{
@@ -105,7 +106,7 @@ export async function initTravis({
105106
},
106107
],
107108
branches: {
108-
only: ['master'],
109+
only: ['master', /^renovate\//.toString()],
109110
},
110111
}
111112
await writeFile('.travis.yml', yaml.dump(travisYaml))

0 commit comments

Comments
 (0)