mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-28 16:32:15 +00:00
Test both sources and distribution
This commit is contained in:
parent
c6486c461d
commit
818331e3d5
11
.travis.yml
11
.travis.yml
@ -1,9 +1,6 @@
|
|||||||
dist: trusty
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- lts/*
|
- lts/*
|
||||||
- node
|
- node
|
||||||
jobs:
|
before_script: npm run clean && node bin/asc -v && npm test
|
||||||
include:
|
script: npm run build && node bin/asc -v && npm test
|
||||||
- stage: build
|
|
||||||
script: npm run build
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user