We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9094700 commit e0c31faCopy full SHA for e0c31fa
.travis.yml
@@ -17,6 +17,6 @@ before_script:
17
script:
18
- git status
19
after_success:
20
- - gem install --no-ri --no-rdoc fpm
+# - gem install --no-ri --no-rdoc fpm
21
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
22
goreleaser.yml
@@ -19,7 +19,7 @@ archive:
files:
- LICENSE.txt
- README.md
-fpm:
+nfpm:
23
# Your app's vendor.
24
# Default is empty.
25
vendor: Oxalide
0 commit comments