Skip to content

Commit

Permalink
apollographql#626 Use npm instead of yarn for node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
addityasingh committed May 16, 2018
1 parent 530bce1 commit 79a27d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
# at https://hub.docker.com/r/circleci/node/.
Node.js 4:
docker: [ { image: 'circleci/node:4' } ]
<<: *common_test_steps
steps:
- checkout
- run: npm --version
- run: npm install
- run: npm run travis

Node.js 6:
docker: [ { image: 'circleci/node:6' } ]
Expand Down

0 comments on commit 79a27d1

Please sign in to comment.