Skip to content

Commit

Permalink
fix tests when running in module mode (magefile#257)
Browse files Browse the repository at this point in the history
* fix tests when running in module mode

* add 1.12.x explicitly to the travis build
  • Loading branch information
natefinch authored and mojzesh committed Oct 12, 2019
1 parent febaeb7 commit 01448e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branches:
# library, I'm not going to worry about older versions for now.
go:
- tip
- 1.12.x
- 1.11.x
- 1.10.x
- 1.9.x
Expand Down
2 changes: 1 addition & 1 deletion mage/testdata/mixed_lib_files/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package main

import "./subdir"
import "github.com/magefile/mage/mage/testdata/mixed_lib_files/subdir"

func Build() {
subdir.Build()
Expand Down

0 comments on commit 01448e9

Please sign in to comment.