Commit 5fadab0aa0c1dda1bcd38d76012775da887ea356
Merge branch 'master' into patch-1
vtexier authored on 4/27/2020, 10:42:11 AMGitHub committed on 4/27/2020, 10:42:11 AM
Parent: 43e161253d47ab843bf19badeeaf58bd0d8e00eb
Parent: d33ad4736567a2417f9494160d50f1e900caecd2
Files changed
.travis.yml | changed |
.travis.yml | ||
---|---|---|
@@ -18,9 +18,8 @@ | ||
18 | 18 … | filter_secrets: false |
19 | 19 … | |
20 | 20 … | cache: |
21 | 21 … | directories: |
22 | - - $HOME/.npm | |
23 | 22 … | - $HOME/.cache/electron |
24 | 23 … | - $HOME/.cache/electron-builder |
25 | 24 … | |
26 | 25 … | before_install: |
@@ -33,8 +32,9 @@ | ||
33 | 32 … | libxext-dev \ |
34 | 33 … | libxkbfile-dev \ |
35 | 34 … | libxtst-dev |
36 | 35 … | fi |
36 … | + - npm cache verify | |
37 | 37 … | |
38 | 38 … | script: npm test && npm run dist |
39 | 39 … | |
40 | 40 … | branches: |
Built with git-ssb-web