Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

ci: target travis at go-ipfs master #124

Merged
merged 1 commit into from
Aug 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

# disable travis install
install:
- (cd /tmp && go get github.com/ipfs/go-ipfs/cmd/ipfs)
- (cd /tmp && go get github.com/ipfs/go-ipfs/cmd/ipfs@master)

script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
Expand Down