Skip to content

Commit

Permalink
Merge pull request #4 from Shopify/travis-ci
Browse files Browse the repository at this point in the history
Migrate to travis
  • Loading branch information
minasmart authored and Mina Smart committed Jun 19, 2018
2 parents 178dc53 + 2fccdb9 commit 60d67b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ demo/
.npmignore
LICENSE.md
src/
.travis.yml
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- node
cache:
yarn: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Travis](https://travis-ci.com/Shopify/babel-plugin-add-header-comment.svg?branch=master)](https://travis-ci.com/Shopify/babel-plugin-add-header-comment)

# babel-plugin-add-header-comment

Will add a comment to the start of the transpiled code. Since transpiling via Babel is becoming one of the last steps of the build process it's handy to add some tooling around this final step. For instance could be used:
Expand Down
3 changes: 0 additions & 3 deletions circle.yml

This file was deleted.

0 comments on commit 60d67b6

Please sign in to comment.