Update .travis.yml

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

View file

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