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

Commit

Permalink
Attempt to fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjouch committed Mar 9, 2020
1 parent 98504c8 commit 6c99b3d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
language: node_js
os:
- linux
- windows
- osx
- windows
node_js:
- '13'
- '13' # Changing this? Remind to adjust the linter condition below
- '12'
- '10'
- '8'
before_install:
- npm install -g npm@latest
install:
- npm install
- npm run build
script:
- npm run ci
# Only run linter once, for faster CI
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_NODE_VERSION" = "13" ]; then npm run lint; fi
- npm test
deploy:
provider: npm
skip_cleanup: true
Expand Down

0 comments on commit 6c99b3d

Please sign in to comment.