Skip to content

Commit

Permalink
Fixes for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Sep 29, 2018
1 parent d111986 commit 430c622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "10"
env:
- CXX=g++-4.8
cache:
Expand Down
1 change: 0 additions & 1 deletion src/controllers/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const extendify = require('extendify');
const Ansi = require('ansi-escape-sequences');
const Request = require('request');
const Cache = require('memory-cache');
const Randomstring = require('randomstring');

const Log = require('./../helpers/logger');
const Docker = require('./docker');
Expand Down

0 comments on commit 430c622

Please sign in to comment.