Skip to content

Commit ed672b7

Browse files
committed
chore: remove .travis.yml
1 parent 34db576 commit ed672b7

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: RUNNING_KUI_TEST=true npm run watch:electron
30+
- name: Start Webpack Watcher
31+
run: RUNNING_KUI_TEST=true npm run watch:electron
3132
- name: Run Tests
3233
uses: GabrielBB/xvfb-action@v1
3334
with:

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)