Skip to content

Commit

Permalink
ci: use the shared Travis config (#444)
Browse files Browse the repository at this point in the history
Closes #442
  • Loading branch information
dominykas committed Sep 22, 2020
1 parent 7eded7b commit 78f58e0
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .travis.yml
@@ -1,23 +1,22 @@
language: node_js

notifications:
email: false
matrix:

import:
- nodejs/ci-config-travis:lts/gte-6.yml

env:
- CMD=test

jobs:
fast_finish: true
include:
- node_js: 6
env: CMD=test
- node_js: 8
env: CMD=test
- node_js: 9
env: CMD=test
- node_js: 10
env: CMD=test
- node_js: 12
env: CMD=test
- node_js: 12
env: CMD=test-browsers
addons:
sauce_connect: true
hosts:
- airtap.local
- node_js: lts/*
env: CMD=test-browsers
addons:
sauce_connect: true
hosts:
- airtap.local

script: npm run $CMD

0 comments on commit 78f58e0

Please sign in to comment.