Skip to content

Commit 5cca867

Browse files
committed
add actual node version after the requested one
1 parent 5f625fa commit 5cca867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ before_install:
8383
- echo "Travis branch is $TRAVIS_BRANCH"
8484
- echo "Travis is in pull request $TRAVIS_PULL_REQUEST"
8585
- echo "Build triggered by $TRAVIS_EVENT_TYPE"
86-
- echo "Using node $TRAVIS_NODE_VERSION"
86+
- echo "Using node $TRAVIS_NODE_VERSION (node -v says $(node -v)"
8787

8888
# make sure to use ruby 2.4
8989
- rvm use ruby-2.4.1 --install --binary --create

0 commit comments

Comments
 (0)