Skip to content

Commit a29fb0c

Browse files
authored
Merge pull request #3 from jkcfg/pkg-config-path
Put the working dir on the pkgconfig path
2 parents 99150d7 + 59c5a22 commit a29fb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ before_install: |
1010
install:
1111
- ./build.py --use_ccache
1212
script:
13-
- go test -v
13+
- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$PWD go test -v

0 commit comments

Comments
 (0)