Travis fix

This commit is contained in:
jgromes 2019-05-24 16:04:21 +02:00
parent ebeb3051bb
commit 3d934778a9

View file

@ -40,7 +40,6 @@ script:
- if [ $BOARD = "arduino:avr:uno" ]; then
sudo apt-get update;
sudo apt-get install -y doxygen;
cd ..;
doxygen Doxyfile;
fi