Skip to content

Commit

Permalink
Travis update: cache npm modules, remove sudo, run on Node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Mar 12, 2021
1 parent 5eddd92 commit 8ee77a2
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
@@ -1,5 +1,5 @@
sudo: false
language: node_js
cache: npm

node_js:
- "0.8"
Expand All @@ -16,6 +16,7 @@ node_js:
- "12"
- "13"
- "14"
- "15"

before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'

0 comments on commit 8ee77a2

Please sign in to comment.