Skip to content

Commit 818331e

Browse files
committed
Test both sources and distribution
1 parent c6486c4 commit 818331e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
dist: trusty
21
language: node_js
32
node_js:
4-
- lts/*
5-
- node
6-
jobs:
7-
include:
8-
- stage: build
9-
script: npm run build
3+
- lts/*
4+
- node
5+
before_script: npm run clean && node bin/asc -v && npm test
6+
script: npm run build && node bin/asc -v && npm test

0 commit comments

Comments
 (0)