Skip to content

Commit

Permalink
Use --create-rpm-package flag on Travis
Browse files Browse the repository at this point in the history
Antonio Scandurra committed Aug 15, 2016
1 parent 91732ce commit c7ab257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ install:
- nvm use --delete-prefix $NODE_VERSION
- npm install -g npm
- script/bootstrap
- script/build --create-debian-package --compress-artifacts
- script/build --create-debian-package --create-rpm-package --compress-artifacts

script: true

0 comments on commit c7ab257

Please sign in to comment.