Moving grunt validate-shrinkwrap from npm postinstall to Travis

This commit is contained in:
Peter deHaan 2014-03-26 12:39:25 -07:00
Родитель 914d6e06b8
Коммит 7aaa3279f2
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -24,3 +24,6 @@ before_script:
before_install:
- sudo apt-get install libgmp3-dev
script:
- grunt validate-shrinkwrap

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

@ -9,7 +9,6 @@
"test": "test"
},
"scripts": {
"postinstall": "./node_modules/.bin/grunt validate-shrinkwrap",
"test": "NODE_ENV=dev node ./bin/db_patcher.js 2>/dev/null && NODE_ENV=dev ./scripts/gen_keys.js && NODE_ENV=dev ./scripts/tap-coverage.js test/local test/remote",
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1 | bunyan -o short",
"test-mysql": "DB_BACKEND=mysql npm test",