just run 'test' for now

This commit is contained in:
tambien 2019-06-19 10:25:17 -04:00
parent 17a38ae10a
commit 435289c7b8

View file

@ -8,11 +8,10 @@ install:
- git config --global user.email "travis@travis-ci.org" - git config --global user.email "travis@travis-ci.org"
- git config --global user.name "Travis CI" - git config --global user.name "Travis CI"
script: script:
- npm run test:travis - npm run test
- npm run codecov - npm run codecov
before_deploy: before_deploy:
- npm run increment - npm run increment
- npm run tsd
jobs: jobs:
include: include:
- stage: test - stage: test