Skip to content

Commit ed2de2c

Browse files
committed
chore(ci): test if travis can publish packages
1 parent 62e2570 commit ed2de2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ cache:
3131
- node_modules
3232
script:
3333
- npm run lint
34-
- xvfb-run --auto-servernum npm run ctest
35-
- xvfb-run --auto-servernum npm run ftest
36-
- xvfb-run --auto-servernum npm run wtest
34+
#- xvfb-run --auto-servernum npm run ctest
35+
#- xvfb-run --auto-servernum npm run ftest
36+
#- xvfb-run --auto-servernum npm run wtest
3737
jobs:
3838
include:
3939
- node_js: '12'

0 commit comments

Comments
 (0)