Skip to content

Commit

Permalink
chore: fix remote branch on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria committed Jan 11, 2017
1 parent c95b6f3 commit d1c1c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ after_success:
- npm run coverage
- npm run coverage:upload
- |
git remote add auth https://cerebraljs:${GH_TOKEN}@github.com/cerebral/cerebral.github.io.git;
git remote add auth https://cerebraljs:${GH_TOKEN}@github.com/cerebral/cerebral;
git config --global user.email "cerebraljs@gmail.com";
git config --global user.name "Cerebral JS";
echo $TRAVIS_BRANCH; echo $TRAVIS_PULL_REQUEST;
Expand Down

0 comments on commit d1c1c8d

Please sign in to comment.