Skip to content

Commit

Permalink
update CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi committed Feb 13, 2020
1 parent 2d9966f commit 068fac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ node_js:
- '8'
- '9'
- '10'
- '12'
- '13'
before_install:
- if [[ "`node --version`" = v4* ]]; then
npm install npm@latest-5 -g;
else
npm install npm@latest -g;
fi
- npm --version
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- node --version
- npm run travis
- npm run travis
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ environment:
- nodejs_version: '8'
- nodejs_version: '9'
- nodejs_version: '10'
- nodejs_version: '12'
- nodejs_version: '13'
install:
- ps: Install-Product node $env:nodejs_version
- npm cache clear --force
Expand Down

0 comments on commit 068fac1

Please sign in to comment.