Skip to content

Commit

Permalink
include node v12 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 14, 2019
1 parent 6e9acd6 commit 90b7c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then prebuild --all ; fi

# windows - older versions of node to not work - only supporting Node.js 10+
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -t 10.0.0 -t 11.0.0 --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -a ia32 -t 10.0.0 -t 11.0.0 --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -t 4.0.0 -t 4.0.4 -r electron --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -a ia32 -t 4.0.0 -t 4.0.4 -r electron --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -t 10.0.0 -t 11.0.0 -t 12.0.0 --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -a ia32 -t 10.0.0 -t 11.0.0 -t 12.0.0 --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron --include-regex "\.(node|exe|dll|pdb)$" ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then prebuild -a ia32 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron --include-regex "\.(node|exe|dll|pdb)$" ; fi

deploy:
provider: releases
Expand Down

0 comments on commit 90b7c3e

Please sign in to comment.