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
Remove branch filter in .travis.yml
softuart
Xose Pérez
6 years ago
parent
ac751f7558
commit
0681c34e41
1 changed files
with
0 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
.travis.yml
+ 0
- 5
.travis.yml
View File
@ -10,10 +10,6 @@ install:
-
cd code ; npm install --only=dev ; cd ..
-
cd code ; npm install --only=dev ; cd ..
script:
script:
-
cd code ; ./build.sh
-
cd code ; ./build.sh
branches:
only:
-
master
-
dev
deploy:
deploy:
provider
:
releases
provider
:
releases
api_key:
api_key:
@ -22,7 +18,6 @@ deploy:
file
:
firmware/*/*.bin
file
:
firmware/*/*.bin
skip_cleanup
:
true
skip_cleanup
:
true
on
:
on
:
all_branches
:
true
tags
:
true
tags
:
true
notifications:
notifications:
pushover:
pushover:
Write
Preview
Loading…
Cancel
Save