Skip to content

Commit

Permalink
remove extra travis command.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Sep 3, 2014
1 parent 1726d61 commit f5b9dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ after_success:
- npm run docs
- git submodule add -b gh-pages https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} ghpages > /dev/null 2>&1
- cd ghpages
- if git checkout gh-pages; then git checkout -b gh-pages; fi
- git rm -r .
- cp -R ../docs/* .
- git add -f .
Expand Down

0 comments on commit f5b9dfb

Please sign in to comment.