Steven Silvester 6 年之前
父節點
當前提交
5e87ff829f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      scripts/travis_install.sh

+ 2 - 0
scripts/travis_install.sh

@@ -5,6 +5,8 @@
 set -ex
 set -o pipefail
 
+node -v
+
 # Building should work without yarn installed globally, so uninstall the
 # global yarn that Travis installs automatically.
 sudo rm -rf $(which yarn)