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

Commit

Permalink
pipeline: disable windows builds due to issues with env vars (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Oct 14, 2018
1 parent 30480a3 commit 67f48f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
language: node_js
node_js:
- node
- 8
- lts/*

os:
- linux
- osx
- windows

cache:
directories:
Expand All @@ -32,11 +31,11 @@ deploy:
- npx semantic-release --dry-run --branch develop
on:
branch: develop
node: 8
node: lts/*
- provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branch: master
node: 8
node: lts/*

0 comments on commit 67f48f0

Please sign in to comment.