Skip to content

Commit

Permalink
support go1.14 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran authored Mar 7, 2020
1 parent 0750739 commit 66cecff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
- docker

go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function install_deps() {
cd ..
fi
pushd dhive
git reset --hard 91e046ded668cf97dc845cb280aa2d12a9709293
git reset --hard 750e11b9c07d79d97aea1e182ef12965fc4e922d
sed -i.bak 's/python3/python3.6/g' ./Makefile

python3.6 -m pip install --user -r requirements.txt
Expand Down

0 comments on commit 66cecff

Please sign in to comment.