Skip to content

Commit

Permalink
ci: run TS type tests in node 10.0 instead of node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jan 11, 2019
1 parent a53b3a6 commit c6e6fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
name: 'Node LTS/Boron'
node_js: lts/boron
- name: 'Node Stable'
node_js: node
node_js: 10
- name: Type information Tests
node_js: 10
script: lerna run test:types

deploy:
Expand Down

0 comments on commit c6e6fd5

Please sign in to comment.