Skip to content

Commit

Permalink
Only fetch 1 revision from git during Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 31, 2016
1 parent 349d072 commit ddc12d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ after_script:
- TESTSUITE=schema-0.0.1
- cp dist/hpc/mix/testsuite/*.mix dist/hpc/mix/$TESTSUITE/
- hpc-coveralls $TESTSUITE

branches:
only:
- master

git:
depth: 1

0 comments on commit ddc12d9

Please sign in to comment.