remove travis

This commit is contained in:
Aliaksei Chapyzhenka 2019-12-17 18:15:29 -08:00
parent 4a2941f7b1
commit e12700b36e
2 changed files with 2 additions and 21 deletions

View File

@ -15,8 +15,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: npm install, build, and test - name: npm install, build, and test
run: | run: npm i
npm i run: npm test
npm test
env: env:
CI: true CI: true

View File

@ -1,18 +0,0 @@
language: node_js
node_js:
- "12"
- "11"
- "10"
- "9"
- "8"
- "6"
os:
- linux
- osx
# - windows
sudo: false
install:
- npm --version
- npm install
script:
- npm test