Skip to content

Commit

Permalink
LOCALIZATION-1037: Testing node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggaete committed May 30, 2022
1 parent a81c9a9 commit 31e6f0a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
jobs:
include:

- language: node_js
node_js: 12
before_install: cd pootle/static/js
script:
- npm run lint
- npm run test

- language: python
python: 3.7
name: Project linting & migrations
Expand All @@ -19,6 +11,7 @@ jobs:
install:
- pip install -U importlib_metadata
- pip install -r requirements/travis.txt
- nvm install 12
script:
# Python code linting
- make lint-python
Expand Down Expand Up @@ -57,6 +50,13 @@ jobs:
after_success:
- codecov

- language: node_js
node_js: 12
before_install: cd pootle/static/js
script:
- npm run lint
- npm run test

notifications:
email:
on_failure: always
Expand Down

0 comments on commit 31e6f0a

Please sign in to comment.