Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche authored May 7, 2019
1 parent 2431179 commit c5decc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stage: Build
name: "TypeScript"
language: node_js
node_js: 11.13.0
node_js: 12.2.0
install: yarn install
script: yarn build
- stage: Lint
Expand All @@ -30,6 +30,6 @@ jobs:
- stage: Lint
name: "TypeScript"
language: node_js
node_js: 11.13.0
node_js: 12.2.0
install: yarn install
script: yarn prettier:check

0 comments on commit c5decc9

Please sign in to comment.