Skip to content

Commit

Permalink
Update travis config to use shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Sep 25, 2020
1 parent dae9481 commit 3cb4b23
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .travis.yml
@@ -1,20 +1,4 @@
language: node_js

node_js:
- "8"
- "10"
- "12"
- "14"
- "node"

os:
- "linux"
- "windows"

before_script: |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
git config core.symlinks true
git reset --hard
fi
after_script: "npm run coveralls"
import:
- source: hapipal/ci-config-travis:os_all.yml@master
- source: hapipal/ci-config-travis:node_js.yml@master
mode: deep_merge_append

0 comments on commit 3cb4b23

Please sign in to comment.