Skip to content

Commit

Permalink
travis: create_deb.sh is now create_packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 11, 2017
1 parent cdf8849 commit 96c2dae
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
Expand Up @@ -102,7 +102,7 @@ after_success:
- if [[ "${DEPLOY_BUILD}" = "yes" ]]; then
gem install --no-ri --no-rdoc fpm;
export PATH=$PATH:$GEM_HOME/bin;
./create_deb.sh;
./create_packages.sh;
fi;

deploy:
Expand Down

0 comments on commit 96c2dae

Please sign in to comment.