diff options
author | champtar <champetier.etienne@gmail.com> | 2017-07-24 15:08:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 15:08:42 -0700 |
commit | cd682e926297d1b08bfca079df5dc64f553f8675 (patch) | |
tree | 9e0519586b9758d7eb1b77d0c75f829c4835b8bc /.travis.yml | |
parent | dd0603a1702d91515a1e08093a037de00d129a96 (diff) | |
parent | e6013407a8178474ec600c34a779d34e96f31135 (diff) |
Merge pull request #4618 from champtar/travis
Travis improvements
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e8e37aa7d..ec74c3683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ git: - depth: 1 + depth: 10 language: c dist: trusty sudo: false @@ -11,4 +11,5 @@ before_script: - ./.travis_do.sh download_sdk script: + - ./.travis_do.sh test_commits - ./.travis_do.sh test_packages |