Skip to content

Commit

Permalink
ci: test on Node.js 10 (#93)
Browse files Browse the repository at this point in the history
<!--
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!

Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).

Also, please make sure you're familiar with and follow the instructions in the
contributing guidelines (found in the CONTRIBUTING.md file).

If you're new to contributing to open source projects, you might find this free
video course helpful: http://kcd.im/pull-request

Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
-->

<!-- What changes are being made? (What feature/bug is being fixed here?) -->

**What**: CI

<!-- Why are these changes necessary? -->

**Why**: We should test against the last LTS branch, which is now 10.

<!-- How were these changes implemented? -->

**How**: Change from `8` to `10`.

<!-- feel free to add additional comments -->
  • Loading branch information
DanielRuf authored and Kent C. Dodds committed Nov 26, 2018
1 parent 36687ca commit 9cc8af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
- ~/.npm
notifications:
email: false
node_js: '8'
node_js: '10'
install: npm install
script: npm run validate
after_success: kcd-scripts travis-after-success
Expand Down

0 comments on commit 9cc8af1

Please sign in to comment.