Skip to content

Commit

Permalink
Fixed: Travis task
Browse files Browse the repository at this point in the history
  • Loading branch information
mirucon committed Sep 20, 2017
1 parent 502596c commit 928bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ "master" != "$TRAVIS_BRANCH" ]]; then
fi

git clone -b dist --quiet "https://github.com/${TRAVIS_REPO_SLUG}.git" dist
npm run dist
npm run build
cd dist
git add -A
git commit -m "Update from travis $TRAVIS_COMMIT"
Expand Down

0 comments on commit 928bb89

Please sign in to comment.