Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b5a93ead62bb
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d141589d62a3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 30, 2016

  1. circleci verbose

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jan 30, 2016
    Copy the full SHA
    b96c2e6 View commit details
  2. travis file change

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jan 30, 2016
    Copy the full SHA
    d141589 View commit details
Showing with 3 additions and 1 deletion.
  1. +2 −0 .travis.yml
  2. +1 −1 circle.yml
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ env:
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive

install: make install

script:
- make $TEST_SUITE

2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ dependencies:
- go get -u github.com/whyrusleeping/gx-go

override:
- gx install --global
- gx --verbose install --global

cache_directories:
- ~/go1.5.2.linux-amd64.tar.gz