Skip to content

Commit

Permalink
feat: update travis node version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed May 1, 2019
1 parent 244ea75 commit 37ade66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/travis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function initTravis({
} else {
const travisYaml: JsonSchemaForTravisCiConfigurationFiles = {
language: 'node_js',
node_js: '10',
node_js: '12',
cache: 'yarn',
env: {
global: ['FORCE_COLOR=1'],
Expand Down

0 comments on commit 37ade66

Please sign in to comment.