Skip to content

Commit

Permalink
chore(travis): remove buggy version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed May 3, 2020
1 parent 203e394 commit b2822d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
os: linux
dist: xenial
language: node_js
node_js:
- 13
- 12
- 10
- 10.3
stages:
- test
- name: deploy
if: branch = master
jobs:
include:
- stage: test
node_js: 14
before_install:
- npm i -g codecov
script:
Expand All @@ -20,7 +17,7 @@ jobs:
after_success:
- codecov
- stage: deploy
node_js: 13
node_js: 14
install: true
before_script:
- chmod +x publish-website.sh
Expand Down

0 comments on commit b2822d8

Please sign in to comment.