Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Set depth to 1 because we do not need the history.
  • Loading branch information
kimkulling committed Jan 15, 2020
1 parent 3882114 commit 122667b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,9 @@ env:
- secure: "lZ7pHQvl5dpZWzBQAaIMf0wqrvtcZ4wiZKeIZjf83TEsflW8+z0uTpIuN30ZV6Glth/Sq1OhLnTP5+N57fZU/1ebA5twHdvP4bS5CIUUg71/CXQZNl36xeaqvxsG/xRrdpKOsPdjAOsQ9KPTQulsX43XDLS7CasMiLvYOpqKcPc="
- PV=r8e PLATF=linux-x86_64 NDK_HOME=${TRAVIS_BUILD_DIR}/android-ndk-${PV} PATH=${PATH}:${NDK_HOME}

git:
depth: 1

matrix:
include:
- os: linux
Expand Down

0 comments on commit 122667b

Please sign in to comment.