Skip to content

Commit

Permalink
chore: Add travis build for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jepser committed Apr 24, 2018
1 parent 220e21f commit da6df94
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: node_js

node_js:
- "9"

branches:
only:
- master

cache:
directories:
- node_modules

notifications:
email: false

env:
VERSION: "$TRAVIS_BUILD_NUMBER"

before_install:
- yarn

script:
- TYPEFORM_TOKEN=${TYPEFORM_TOKEN} yarn test

after_success:
- yarn semantic-release

0 comments on commit da6df94

Please sign in to comment.