mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +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
|
||||
node_js:
|
||||
- lts/*
|
||||
- node
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
script: npm run build
|
||||
- lts/*
|
||||
- node
|
||||
before_script: npm run clean && node bin/asc -v && npm test
|
||||
script: npm run build && node bin/asc -v && npm test
|
||||
|
Loading…
x
Reference in New Issue
Block a user