Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
capitancambio committed Jan 27, 2016
1 parent b469913 commit 0ec031b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.3
- 1.5

after_success:
- .build/after_success.sh
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ build-setup:
@mkdir -p "${GOPATH}/src/github.com/daisy"
@test -d "${GOPATH}/src/github.com/daisy/pipeline-cli-go" || ln -s "${CURDIR}" "${GOPATH}/src/github.com/daisy/pipeline-cli-go"
@${GO} get github.com/capitancambio/go-subcommand
@${GO} get github.com/capitancambio/blackterm
@${GO} get launchpad.net/goyaml
@${GO} get github.com/daisy/pipeline-clientlib-go
@${GO} get bitbucket.org/kardianos/osext
@${GO} get code.google.com/p/go.tools/cmd/cover
@${GO} get github.com/kardianos/osext
@${GO} get golang.org/x/tools/cmd/cover

build-dp2: build-setup
@echo "Building dp2..."
Expand Down
2 changes: 1 addition & 1 deletion cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"path/filepath"

"bitbucket.org/kardianos/osext"
"github.com/kardianos/osext"
"launchpad.net/goyaml"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"

"bitbucket.org/kardianos/osext"
"github.com/kardianos/osext"
)

var (
Expand Down

0 comments on commit 0ec031b

Please sign in to comment.