Skip to content

Commit 7166ac4

Browse files
Merge pull request #10 from RusPiRo/master
Prepare Release and crates.io publishing
2 parents 9f928f4 + 4c5681c commit 7166ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
# and the README.md
122122
- sed -i -e 's/||VERSION||/'$CRATE_VERSION'/g' README.md
123123
# publish with token and dirty flag as we just updated some files and won't commit them back to the branch
124-
script: cargo make publish --env CRATES_TOKEN="$CRATES_TOKEN" > /dev/null
124+
script: cargo make publish --profile travis --env CRATES_TOKEN="$CRATES_TOKEN" > /dev/null

0 commit comments

Comments
 (0)