update tests

This commit is contained in:
Philipp Kunz 2017-02-18 22:21:22 +01:00
parent e8c24d504c
commit a0a2cc2eda

View File

@ -1,3 +1,9 @@
#!/bin/sh
# test availability of node and npm
npm -v
node -v
# test yarn
npmci command yarn install npmts
npmci command npmts -v