Skip to content

Commit 412f2aa

Browse files
committed
Restore CI Builds
1 parent 549172e commit 412f2aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
# Get required packages - already done above, see addons: apt: packages:
2222
# - sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
2323
# Prepare directory for the toolchain
24+
- python3 -m pip || wget -qO- https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3
2425
- mkdir -p ~/esp
2526
- cd ~/esp
2627
# Get ESP-IDF from github
@@ -55,7 +56,5 @@ script:
5556
# Update configuration so that kconfig doesn't start interactive mode
5657
- mkdir build
5758
- cd build
58-
- cmake ../
59-
- make -j 8
60-
- cmake -DBOARD=M5STACK ../
59+
- cmake -DBOARD=M5STACKCORE2 ../
6160
- make -j 8

0 commit comments

Comments
 (0)