mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 08:21:44 +00:00
Run tests on latest lts and latest stable node
This commit is contained in:
@ -1,10 +1,9 @@
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- lts/*
|
||||||
|
- node
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
|
||||||
script: npm test
|
|
||||||
- stage: build
|
- stage: build
|
||||||
script: npm run build
|
script: npm run build
|
||||||
|
Reference in New Issue
Block a user