Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #167 from PeterDaveHello/patch-1
Browse files Browse the repository at this point in the history
test(travis): use shallow cloning to make CI build faster

Change git depth to 10 for shallow cloning
  • Loading branch information
aaronroberson committed Jan 30, 2016
2 parents 935411c + 03c8115 commit 88aebde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ before_script:
- bower install

script: "gulp test"

git:
depth: 10

0 comments on commit 88aebde

Please sign in to comment.