Skip to content

Commit 45c78fb

Browse files
author
Matthew Fisher
committed
use the -C option instead
1 parent bab9616 commit 45c78fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ before_script:
3939
EOF
4040
4141
script:
42-
- cd controller && make flake8
43-
- cd controller && make coverage
42+
- make -C controller flake8
43+
- make -C controller coverage
4444
- make -C docs
4545

4646
after_success:

0 commit comments

Comments
 (0)