Browse Source

Go back to parent dir after build script

softuart 1.12.3
Xose Pérez 6 years ago
parent
commit
f8907d6039
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -9,7 +9,7 @@ install:
- pip install -U platformio
- cd code ; npm install --only=dev ; cd ..
script:
- cd code ; ./build.sh
- cd code ; ./build.sh; cd ..
before_deploy:
- mv firmware/*/espurna-*.bin firmware/
deploy:


Loading…
Cancel
Save