update tests

This commit is contained in:
Philipp Kunz 2017-02-18 23:32:59 +01:00
parent b2835bd220
commit 67f4456073
2 changed files with 10 additions and 2 deletions

View File

@ -5,5 +5,5 @@ npm -v
node -v node -v
# test yarn # test yarn
npmci command yarn install npmts yarn install npmts
npmci command npmts -v npmts -v

View File

@ -1 +1,9 @@
# check if npmci is available
npmci -v npmci -v
# check if we can use lts
npmci install lts
# check if yarn picks it up
npmci command yarn install npmts
npmci command npmts -v