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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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: |
|
|
|