Skip to content

Commit effb696

Browse files
committed
fix .travis.yml
1 parent eda9fe2 commit effb696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ before_script:
3131
- cd tests
3232

3333
script:
34-
- octave $OCTFLAGS --eval "results = bids_runtests; assert(all(~[results.Failed]))"
34+
- octave $OCTFLAGS --eval "results = runtests; assert(all(~[results.Failed]))"

0 commit comments

Comments
 (0)