Skip to content

Commit

Permalink
ci: echo node version on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Feb 27, 2018
1 parent c5e3c8c commit fea1a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
- TRAVIS_NODE_VERSION="9"
install:
- "rm -rf ~/.nvm && mkdir -p ~/.nvm && curl -sL `curl -sI https://github.com/creationix/nvm/releases/latest|sed -En 's/^Location: (.+)\\/releases\\/tag\\/(.+)/\\1\\/tarball\\/\\2/p'|tr -d '\r\n'`|tar zx --strip=1 -C ~/.nvm && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION"
- node --version
- npm --version
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-6; export CC=gcc-6; fi
- $CXX --version
Expand Down

0 comments on commit fea1a83

Please sign in to comment.