diff --git a/.travis.yml b/.travis.yml index 47cd79aa..52d9af97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - pip install -U platformio - cd code ; npm install --only=dev ; cd .. script: -- cd code && ./build.sh travis01 && cd .. +- cd code && ./build.sh && cd .. before_deploy: - mv firmware/*/espurna-*.bin firmware/ deploy: