Steven Silvester há 6 anos atrás
pai
commit
5e87ff829f
1 ficheiros alterados com 2 adições e 0 exclusões
  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)