Skip to content

Commit c13bd9a

Browse files
committed
Fix environment variable for Travis
Signed-off-by: Matt Stratton <[email protected]>
1 parent 663f8f0 commit c13bd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addons:
88
go: 1.9
99
before_install:
1010
- go get github.com/mattn/goveralls
11-
- export DODPATH=$HOME/gopath/src/github.com/devopsdays/devopsdays-cli/sampleData
11+
- export DODPATH=$HOME/gopath/src/github.com/devopsdays/devopsdays-cli/testdata
1212
install:
1313
- make install
1414
script:

0 commit comments

Comments
 (0)