Skip to content

Commit

Permalink
chore: Clone from https
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jul 27, 2022
1 parent 7ca22af commit fa630e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
- docker run -d -p 5984:5984 --name couch apache/couchdb:2.3
- eval "$(gimme 1.18)"
- mkdir $GOPATH
- git clone git@github.com:cozy/cozy-stack.git
- git clone https://github.com/cozy/cozy-stack.git
- pushd cozy-stack && make && popd
- curl -X PUT http://127.0.0.1:5984/{_users,_replicator,_global_changes}
- $GOPATH/bin/cozy-stack serve &
Expand Down

0 comments on commit fa630e6

Please sign in to comment.