Browse Source

Merge pull request #646 from lobradov/dev

logic for determining travis builds is already in build.sh
rfm69
Xose Pérez 6 years ago
committed by GitHub
parent
commit
1b5bc2cd93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 travis01 && cd ..
- cd code && ./build.sh && cd ..
before_deploy:
- mv firmware/*/espurna-*.bin firmware/
deploy:


Loading…
Cancel
Save