Skip to content

Commit 4c14534

Browse files
committed
Fixed repo url
1 parent 74571c7 commit 4c14534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
- sh -e /etc/init.d/xvfb start
1515
- sleep 3
1616
- git remote rm origin
17-
- git remote add origin https://${GH_TOKEN}@github.com/lokesh-coder/hug.css.git
17+
- git remote add origin https://${GH_TOKEN}@github.com/lokesh-coder/pretty-checkbox.git
1818
- 'if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
1919
git fetch && git checkout master;
2020
git config push.default current;

0 commit comments

Comments
 (0)