Skip to content

Commit 7777dfd

Browse files
authored
Merge pull request #1 from frontseed/chore/add-ci
ci: Set up a CD pipeline with Travis
2 parents 3fcc228 + 3ed2a06 commit 7777dfd

File tree

3 files changed

+5434
-344
lines changed

3 files changed

+5434
-344
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: node_js
2+
3+
cache:
4+
directories:
5+
- ~/.npm
6+
- node_modules
7+
8+
notifications:
9+
email: false
10+
11+
node_js:
12+
- '10'
13+
- '8'
14+
15+
after_success:
16+
- npx travis-deploy-once "npx semantic-release"
17+
18+
branches:
19+
except:
20+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)