Skip to content

Commit

Permalink
travis file also needs update and fixing linter issues fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jul 10, 2017
1 parent 3384484 commit 3c52484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- "6"
- "7"
script:
- npm run coveralls
- npm run ci
notifications:
irc: "irc.freenode.org#brass-monkey"
branches:
Expand Down
3 changes: 1 addition & 2 deletions bin/nodeshift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ yargs
alias: 'n',
type: 'string',
choices: ['latest', '8.x', '7.x', '6.x', '5.x', '4.x'],
default: 'latest',

default: 'latest'
})
.help();

Expand Down
2 changes: 1 addition & 1 deletion test/build-strategy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test('accepts a node version option', t => {
const buildStrategy = BuildStrategy({nodeVersion: '8.x'});
t.equals(buildStrategy.sourceStrategy.from.name, 'bucharestgold/centos7-s2i-nodejs:8.x');
t.end();
});
});

0 comments on commit 3c52484

Please sign in to comment.