Skip to content

Commit

Permalink
apollographql#626 Run Hapi tests only for node 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
addityasingh committed May 16, 2018
1 parent e91e015 commit 57589bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require('../packages/apollo-server-express/dist/expressApollo.test');
require('../packages/apollo-server-express/dist/connectApollo.test');
(NODE_MAJOR_VERSION >= 9 ||
(NODE_MAJOR_VERSION >= 8 && NODE_MAJOR_REVISION >= 9)) &&
require('../packages/apollo-server-fastify/dist/fastifyApollo.test');
require('../packages/apollo-server-hapi/dist/hapiApollo.test'); // Hapi 17 is 8.9+
require('../packages/apollo-server-fastify/dist/fastifyApollo.test') &&
require('../packages/apollo-server-hapi/dist/hapiApollo.test'); // Hapi 17 and Fastify are 8.9+
NODE_MAJOR_VERSION >= 6 &&
require('../packages/apollo-server-micro/dist/microApollo.test');
NODE_MAJOR_VERSION >= 7 &&
Expand Down

0 comments on commit 57589bb

Please sign in to comment.