Skip to content

Commit

Permalink
Don't test using the hapi-lts branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil committed Dec 22, 2015
1 parent ef243e1 commit f5f704d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 34 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"devDependencies": {
"code": "2.x.x",
"hapi": "11.x.x",
"hapi-lts": "9.x.x",
"lab": "8.x.x",
"semver": "5.x.x"
"lab": "8.x.x"
},
"scripts": {
"test": "lab -f -a code -t 100 -L",
Expand Down
2 changes: 1 addition & 1 deletion test/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Os = require('os');
const Path = require('path');
const Boom = require('boom');
const Code = require('code');
const Hapi = require('./helpers/hapi');
const Hapi = require('hapi');
const Hoek = require('hoek');
const Inert = require('..');
const Lab = require('lab');
Expand Down
2 changes: 1 addition & 1 deletion test/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Os = require('os');
const Path = require('path');
const Boom = require('boom');
const Code = require('code');
const Hapi = require('./helpers/hapi');
const Hapi = require('hapi');
const Hoek = require('hoek');
const Items = require('items');
const Inert = require('..');
Expand Down
28 changes: 0 additions & 28 deletions test/helpers/hapi.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Load modules

const Code = require('code');
const Hapi = require('./helpers/hapi');
const Hapi = require('hapi');
const Hoek = require('hoek');
const Inert = require('..');
const Lab = require('lab');
Expand Down

0 comments on commit f5f704d

Please sign in to comment.