Skip to content

Commit f99b40e

Browse files
committed
add travis npm stage
1 parent 70be0e5 commit f99b40e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@ stages:
2323
jobs:
2424
include:
2525
- stage: tests
26-
name: "Code Style Check"
26+
name: "Code Style Check Python"
2727
python: 3.6
2828
before_script:
2929
- pip install tox-travis
3030
script: tox -e flake8
31+
- stage: tests
32+
name: "Code Style Check Javascript"
33+
node_js: "12"
34+
before_script:
35+
- cd swift_browser_ui_frontend
36+
- npm install
37+
script: npm run lint
3138
- stage: tests
3239
name: "Unit Tests Python 3.6"
3340
python: 3.6

0 commit comments

Comments
 (0)