Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
fix: disable CI runs on node@latest (#19)
Browse files Browse the repository at this point in the history
This node version is causing issues with cache and timeouts in Travis. Disabling for now, tests will only run on fixed node versions until further notice.
  • Loading branch information
robinmetral authored Oct 26, 2020
1 parent 3253bb1 commit 5651f93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
language: node_js
cache:
npm: false
notifications:
email: false
node_js:
- 10.13
- 10
- 12
- 14
- node
install: npm install
script:
- npm run validate
Expand Down

0 comments on commit 5651f93

Please sign in to comment.