Skip to content

Commit 6b81d9c

Browse files
committed
fix: Fix some rookie mistakes
1 parent e42c57d commit 6b81d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ before_script:
1414
- export PATH="$PATH:$PWD/xtensa-lx106-elf/bin"
1515

1616
script:
17-
- ./idf.py fullclean
18-
- ./idf.py build
17+
- python ./idf.py fullclean
18+
- python ./idf.py build
1919

2020
deploy:
2121
provider: releases

0 commit comments

Comments
 (0)