Skip to content

Commit

Permalink
bump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavyHorst committed Nov 28, 2016
1 parent 25cb349 commit 78c6a67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.7.0
version=0.8.0
date=`date -u '+%Y-%m-%d %H:%M:%S'`
commit=`git rev-parse HEAD`
os_list=( "linux" "darwin" "windows" )
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ canonifyurls = true
provider = "GitHub"
repo_url = "https://github.com/HeavyHorst/remco"

version = "v0.7.0"
version = "v0.8.0"
logo = "images/logo.png"
favicon = ""

Expand Down
7 changes: 0 additions & 7 deletions scripts/deploy-ghpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ if [ ! -n "$TRAVIS_TAG" ]; then
exit 0
fi


# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
echo "Skipping deploy to gh-pages"
exit 0
fi

# Save some useful information
REPO=`git config remote.origin.url`
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
Expand Down

0 comments on commit 78c6a67

Please sign in to comment.