Skip to content

Commit ccdfcb7

Browse files
committed
build: Use Travis to test packaging
Signed-off-by: Gary Kim <[email protected]>
1 parent dfa8b9f commit ccdfcb7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: '10'
2+
node_js: '12'
33
dist: xenial
44
install:
55
- npm ci
@@ -8,11 +8,12 @@ matrix:
88
- name: 'Firefox Build'
99
script:
1010
- npm test
11-
- 'npm run webpack:build:firefox'
12-
- 'npm run test:build'
11+
- npm run webpack:build:firefox
12+
- npm run test:build
13+
- npm run package
1314
- name: 'Chromium Build'
1415
script:
1516
- npm test
16-
- 'npm run webpack:build:chromium'
17-
- 'npm run test:build'
18-
17+
- npm run webpack:build:chromium
18+
- npm run test:build
19+
- npm run package

0 commit comments

Comments
 (0)