Skip to content

Commit d00aef5

Browse files
committed
test: add .travis.yml
1 parent 98f95fb commit d00aef5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js: 16
3+
4+
before_script:
5+
- export DISPLAY=:1; Xvfb $DISPLAY -screen 0 ${WINDOW_WIDTH}x${WINDOW_HEIGHT}x24 $DISPLAY -ac > /dev/null &
6+
7+
# default install script
8+
install:
9+
- npm ci
10+
- RUNNING_KUI_TEST=true npm run watch
11+
12+
script:
13+
- npm test

0 commit comments

Comments
 (0)