Skip to content

Commit

Permalink
Fixed test script
Browse files Browse the repository at this point in the history
SpiderMonkey has removed the -s argument for enabling strict mode. The scripts work regardless of strict mode anyways.
  • Loading branch information
1ec5 committed Jun 25, 2020
1 parent c7bc311 commit e60d08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ script:
- python build.py -m
- addons-linter *.xpi
- cd tests/
- js -b -s test.js
- js -b -s corpus.js /tmp/hunspell-vi/dictionaries/vi-DauCu.dic -w /tmp/hunspell-vi/tools/irregulars.txt
- js -b test.js
- js -b corpus.js /tmp/hunspell-vi/dictionaries/vi-DauCu.dic -w /tmp/hunspell-vi/tools/irregulars.txt
sudo: false
cache:
directories:
Expand Down

0 comments on commit e60d08b

Please sign in to comment.