Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Oct 16, 2019
1 parent 6548e04 commit 243b7e3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dist: bionic

language: node_js
node_js:
- lts/*
- node

branches:
except:
Expand All @@ -24,14 +27,6 @@ jobs:
include:
- stage: test
name: Testing
node_js: lts/*
script:
- yarn lint
- yarn docs:build

- stage: test
name: Testing
node_js: node
script:
- yarn lint
- yarn docs:build
Expand Down

0 comments on commit 243b7e3

Please sign in to comment.