Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c5bcc59

Browse files
committed
Add .travis.yml
1 parent 51a08df commit c5bcc59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
3+
node_js:
4+
- "4"
5+
- "6"
6+
- "8"
7+
8+
branches:
9+
only:
10+
- master
11+
12+
script:
13+
- npm run lint
14+
15+
# Prune deps to just production and ensure we can still build
16+
- npm prune --production
17+
- npm run build
18+
- npm run umd

0 commit comments

Comments
 (0)