Skip to content

Commit

Permalink
ci(Travis): Remove other languages temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jul 27, 2019
1 parent 1f8629a commit bcf98cb
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,6 @@
matrix:
include:

- language: node_js
node_js: "10"

script:
- npm run lint
- npm run build
- npm run test
- npm run docs

deploy:
# Deploy a new version of NPM package and create a Github release
- provider: script
skip_cleanup: true
script: npx semantic-release

# Deploy documentation to Github Pages
# See https://docs.travis-ci.com/user/deployment/pages/
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: built
on:
branch: master

- dist: xenial
language: python
python: "3.7"

install:
- pip3 install pylint mypy tox-travis

script:
- make lint-py
- make test-py

after_success:
- bash <(curl -s https://codecov.io/bash) -cF py

- language: r
r: release

Expand Down

0 comments on commit bcf98cb

Please sign in to comment.