Fix incorrect lines in Travis file from last commit

This commit is contained in:
Josh Stewart 2019-09-02 23:50:56 +10:00
parent c145210fff
commit 9b9e6d52ef
1 changed files with 3 additions and 3 deletions

View File

@ -56,14 +56,14 @@ before_install:
- sudo apt-get install doxygen graphviz
install:
-
- pip install -U platformio
script:
- cd /home/travis/build
- git clone --depth=10 https://github.com/noisymime/cppcheck.git noisymime/cppcheck_github
#- cd noisymime/cppcheck_github
- cd noisymime/cppcheck_github
#- make
#- cd ../speeduino
- cd ../speeduino
- platformio update
# Run the builds (Mega must be last so that the hex file isn't cleaned up)
- platformio run -e teensy35 -e teensy40 -e megaatmega2560