Skip to content

Commit

Permalink
chore: Actually commit Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 31, 2020
1 parent ffbf220 commit 33461b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- 12
- 10
after_success:
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 33461b8

Please sign in to comment.