chore(travis): quiet validate-shrinkwrap failure on security warning on module

This commit is contained in:
John Morrison 2015-04-16 17:23:19 -07:00
Родитель 2818e438b1
Коммит 4b93b2b0e9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -27,5 +27,5 @@ before_install:
script:
- npm run outdated
- ./node_modules/.bin/grunt validate-shrinkwrap
- ./node_modules/.bin/grunt validate-shrinkwrap --force
- npm test

Просмотреть файл

@ -4,5 +4,5 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
node_modules/.bin/grunt || exit 1
node_modules/.bin/grunt lint copyright || exit 1
node scripts/tap-coverage.js test/local test/remote || exit 1