Skip to content

Commit

Permalink
spit out node and nodejs version info during docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
danstoner committed Mar 22, 2018
1 parent 4a03d56 commit 124a086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- docker build -t $BUILDING .
script:
- docker run -v $TRAVIS_BUILD_DIR/__tests__/mock:/var/www/__tests__/mock/:ro -it $BUILDING
bash -c "yarn test && npm ls --depth 0 " --rm
bash -c "yarn test && npm ls --depth 0 && node --version && nodejs --version " --rm
after_success:
- docker login --username="$DOCKER_USERNAME" --password="$DOCKER_PASSWORD"
deploy:
Expand Down

0 comments on commit 124a086

Please sign in to comment.