We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2174a06 commit 2514026Copy full SHA for 2514026
.travis.yml
@@ -78,7 +78,7 @@ script:
78
fi
79
- |
80
if [ "$CHECK_TYPE" = "specs" ]; then
81
- make check-before-commit
+ make specs
82
git add nipype
83
test "$( git diff --cached | wc -l )" -eq 0 || ( git diff --cached && false )
84
0 commit comments