Skip to content

Commit

Permalink
limit eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnhli committed Oct 27, 2019
1 parent 548ca7a commit 5cea1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- <<: *python-testing
script: pydocstyle *.py subitize/
- stage: test
before_install: npm install eslint
before_install: npm install eslint@"<6.6.0"
script: ./node_modules/eslint/bin/eslint.js subitize/static/js/main.js
- &push
stage: stage
Expand Down

0 comments on commit 5cea1d8

Please sign in to comment.