From e60d08b21e52bad6e68e5f3c2214f9d5a1f6d9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 25 Jun 2020 16:48:43 -0700 Subject: [PATCH] Fixed test script SpiderMonkey has removed the -s argument for enabling strict mode. The scripts work regardless of strict mode anyways. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5c7fc8..1a8d7dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: