Skip to content

Commit

Permalink
Faster bats clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 26, 2015
1 parent 6b908bf commit b6ac87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
install: git clone https://github.com/sstephenson/bats.git
install: git clone --depth 1 https://github.com/sstephenson/bats.git
script: PATH="./bats/bin:$PATH" test/run
language: c
env:
Expand Down

0 comments on commit b6ac87c

Please sign in to comment.