Skip to content

Commit

Permalink
[ci] run build & test on node 4, 6 and latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 21, 2016
1 parent 2266476 commit 44375fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ test_async_node_latest:
- npm run nsp
- npm run cover

test_async_node_6:
image: node:6
cache:
paths:
- node_modules/
script:
- npm install
- npm run lint
- npm run nsp
- npm run cover

test_async_node_4:
image: node:4
cache:
Expand Down

0 comments on commit 44375fd

Please sign in to comment.