Do you wish to
register an account
?
This website works better with JavaScript.
Home
Help
Sign In
timw4mail
/
node-query
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update gitlab tests to run on newer node versions
keep-around/16da54cb6389422badd9d05ba0344039ffd343d1
Timothy Warren
2 years ago
parent
960d7f5051
commit
16da54cb63
1 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
.gitlab-ci.yml
+ 6
- 2
.gitlab-ci.yml
View File
@ -22,8 +22,12 @@ cache:
paths:
-
node_modules/
test:6:
image
:
node:6-alpine
test:8:
image
:
node:8-alpine
script
:
yarn run test
test:9:
image
:
node:9-alpine
script
:
yarn run test
test:latest:
Write
Preview
Loading…
Cancel
Save