💚 Use default script

This commit is contained in:
Luis Blanco 2018-12-03 16:51:36 +03:00
parent 8136b3af00
commit 0205554b3b
1 changed files with 1 additions and 8 deletions

View File

@ -14,13 +14,6 @@ matrix:
os: osx os: osx
before_install: install:
- npm conf set strict-ssl false
- npm install -g npm@6.4.1
script:
- cd test - cd test
- npm i - npm i
- npm test
- cd ..