This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
breakups-webapp
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix drone yaml file
master
BinHong Lee
6 years ago
parent
2bdf7b1d2d
commit
0a62ee1878
Signed by:
binhong
<binhong@binhong.me>
GPG Key ID:
6B4C5608EC620D19
1 changed files
with
5 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-7
.drone.yml
+ 5
- 7
.drone.yml
View File
@@ -1,14 +1,12 @@
pipeline:
build:
image: node:${NODE_VERSION}
image: node:${NODE_VERSION}
commands:
- npm install
- npm run test
matrix:
NODE_VERSION:
- latest
- "8"
- "7"
- "6"
- "4"
NODE_VERSION:
- latest
- "9"
- "8"
Write
Preview
Loading…
Cancel
Save