Skip to content

Commit d2903f4

Browse files
committed
An outline of a travis build script
1 parent 94f17f2 commit d2903f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js: '10'
3+
os:
4+
- linux
5+
- osx
6+
- windows
7+
script:
8+
- npm run make
9+
deploy:
10+
- provider: 'script'
11+
script: npm run publish
12+
skip_cleanup: true
13+
on:
14+
tags: true

0 commit comments

Comments
 (0)