Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Apr 17, 2019
1 parent c2bafb0 commit e2ad07f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: node_js
node_js:
- "node"
env:
- NODE_ENV=TEST
cache:
yarn: true
directories:
- "node_modules"
script:
- yarn test
jobs:
include:
- stage: deploy
if: branch == master && !fork
node_js: "8.9.1" # pre-installed version
script:
- yarn build
- yarn global add semantic-release@^15
- semantic-release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# spec.ts

[![Build Status](https://travis-ci.org/aleclarson/spec.ts.svg?branch=master)](https://travis-ci.org/aleclarson/spec.ts)

Write tests for your types!

```ts
Expand Down

0 comments on commit e2ad07f

Please sign in to comment.