Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Updating Test system #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,9 +1,12 @@
language: node_js
node_js:
sudo: false
dist: trusty
node_js:
- "10"
- "8"
- "6"
- "11"
before_install:
- npm install -g npm@latest
os:
- windows
- linux
- osx