This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
logic for determining travis builds is already in build.sh
rfm69
Lazar Obradovic
6 years ago
parent
7e691f0408
commit
da1c67cb8f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save