Skip to content

Commit

Permalink
something else
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jul 1, 2018
1 parent 58afa20 commit e4d5279
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis/check_empty_specs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env bash

["$(ls _specs)" ] || exit 0
if [ -n "$(find "_specs" -maxdepth 0 -type d -empty 2>/dev/null)" ]; then
exit 0
else
exit 1
fi

0 comments on commit e4d5279

Please sign in to comment.