Skip to content

Commit

Permalink
update:test
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Sep 6, 2020
1 parent ab0b0eb commit 2971c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
- git clone https://github.com/OpenIoTHub/gateway-go.git
# download golang
- wget -q https://dl.google.com/go/go1.15.1.linux-amd64.tar.gz
- sudo tar -zxf go1.14.1.linux-amd64.tar.gz -C /usr/local
- sudo tar -zxf go1.15.1.linux-amd64.tar.gz -C /usr/local
- export GOROOT=/usr/local/go
- export GOPATH=/home/travis/go
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
- go version
- go env
- export GO111MODULE=off
# download ndk
- wget -q https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip
- sudo unzip -q android-ndk-r21-linux-x86_64.zip -d $ANDROID_HOME
Expand All @@ -58,7 +59,6 @@ jobs:
- go get -u github.com/OpenIoTHub/gateway-go
# - find / client.aar
- cd gateway-go/client
- go env -w GO111MODULE=off
- go env
- gomobile bind -target=android .
- cd ../..
Expand Down

0 comments on commit 2971c93

Please sign in to comment.