Skip to content

Commit

Permalink
Upgrades more tests to use node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 29, 2020
1 parent 0fe91cb commit c63d105
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 @@ -10,7 +10,7 @@ matrix:
# Normal CI test runs :D
- node_js: "10"

- node_js: "8"
- node_js: "10"
after_script:
- echo "Validating TypeScript definition file"
- yarn build
Expand All @@ -23,7 +23,7 @@ matrix:
- yarn flow check

# Checks every example dangerfile can run in `danger runner`.
- node_js: "8"
- node_js: "10"
script:
- yarn build
- node scripts/run-fixtures.js
Expand Down

0 comments on commit c63d105

Please sign in to comment.