Skip to content

Commit

Permalink
fix travis file
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
  • Loading branch information
hsanjuan committed Mar 29, 2018
1 parent 98ce377 commit e605bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: true

jobs:
include:
- stage: build and test (1: tests | 2: checks | 3: docker | 4: sharness)
- stage: "build and test (1: tests | 2: checks | 3: docker | 4: sharness)"
script:
- go get -u github.com/mattn/goveralls
- go get -u golang.org/x/tools/cmd/cover
Expand Down
2 changes: 1 addition & 1 deletion ipfscluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
//TestClusters*
var (
// number of clusters to create
nClusters = 6
nClusters = 5

// number of pins to pin/unpin/check
nPins = 100
Expand Down

0 comments on commit e605bec

Please sign in to comment.