We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa8b9f commit ccdfcb7Copy full SHA for ccdfcb7
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
-node_js: '10'
+node_js: '12'
3
dist: xenial
4
install:
5
- npm ci
@@ -8,11 +8,12 @@ matrix:
8
- name: 'Firefox Build'
9
script:
10
- npm test
11
- - 'npm run webpack:build:firefox'
12
- - 'npm run test:build'
+ - npm run webpack:build:firefox
+ - npm run test:build
13
+ - npm run package
14
- name: 'Chromium Build'
15
16
- - 'npm run webpack:build:chromium'
17
18
-
+ - npm run webpack:build:chromium
19
0 commit comments