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

Commit

Permalink
update 修改ci,支持打包rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Jun 7, 2019
1 parent e84bc0c commit e87246d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ sudo: required

language: node_js
node_js:
- "10"
- '10'

matrix:
include:
- os: linux
before_install: # 为了支持打包rpm格式的包
- sudo apt-get update
- sudo apt-get install --no-install-recommends -y gcc-multilib g++-multilib
- sudo apt-get install --no-install-recommends -y rpm
- os: osx

cache:
Expand Down

0 comments on commit e87246d

Please sign in to comment.