Skip to content

Commit

Permalink
I think this is what has to be done for UNIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Codisimus authored Aug 15, 2016
1 parent 71887d2 commit 467c6bc
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 @@ -19,7 +19,7 @@ before_script:
git push --quiet https://[email protected]/Codisimus/PhatLoots
else
echo -e "Appending build number to version for dev build...\n"
sed -i "/^version:/ s/\r\n/+$TRAVIS_BUILD_NUMBER/" $TRAVIS_BUILD_DIR/src/plugin.yml
sed -i "/^version:/ s/.$/+$TRAVIS_BUILD_NUMBER/" $TRAVIS_BUILD_DIR/src/plugin.yml
cat $TRAVIS_BUILD_DIR/src/plugin.yml
fi

Expand Down

0 comments on commit 467c6bc

Please sign in to comment.