Update .travis.yml

This commit is contained in:
TheEmeraldStarr 2020-11-06 18:39:06 -08:00 committed by GitHub
parent 661b1f5466
commit 2ca6bc091f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@ if: NOT (commit_message =~ /^\[docs\]/)
language: node_js language: node_js
os: linux os: linux
node_js: latest node_js:
- 12.9
before_script: before_script:
- npm install - npm install
- npm start - npm start