Skip to content

Commit

Permalink
[travis] Fix remote URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-moulard committed Aug 28, 2013
1 parent 79127d6 commit 6867c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ after_success:
- coveralls -e _travis/install -e _travis/build/eigen-eigen-ffa86ffb5570/ -e _travis/build/roboptim-core/ -e tests
- git config --global user.name "Travis CI"
- git config --global user.email "thomas.moulard+travis@gmail.com"
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/roboptim/roboptim-core-plugin-ipopt.git
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/roboptim/roboptim-core-plugin-nag.git
- git fetch origin gh-pages:gh-pages
- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
after_failure: "cat `pwd`/_travis/build/tests/*.log"
Expand Down

0 comments on commit 6867c0d

Please sign in to comment.