Skip to content

Commit

Permalink
Fixing travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Shaw committed Mar 29, 2017
1 parent d31ec7c commit 2e4575f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y unixodbc unixodbc-dev
- go get github.com/mattn/goveralls
install:
- ./contrib/grab-oracle.sh
- export PKG_CONFIG_PATH=$TRAVIS_BUILD_DIR
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/instantclient_12_1
- go get -t -v ./...
script:
- go test -tags all -v ./stmt/...
- go test -tags all -v ./...

0 comments on commit 2e4575f

Please sign in to comment.