Skip to content

Commit

Permalink
Merge pull request #73 from Shopify/add-travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI
  • Loading branch information
Chris Berthe committed May 22, 2018
2 parents fd57b62 + b900d3d commit 8a3502c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "8.11.1"
before_install:
- chmod +x bin/accept_slate_tools
cache:
yarn: true
directories:
- node_modules
script:
- bin/accept_slate_tools
- yarn build
- yarn lint
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/Shopify/starter-theme.svg?branch=master)](https://travis-ci.org/Shopify/starter-theme)

# Starter Theme

> **Starter Theme and [Slate v1](https://github.com/Shopify/slate) are currently in beta!** You should expect potentially breaking changes between updates and more bugs than a finalized release. Slate v1.0 has not yet been tested on Windows.
Expand Down
1 change: 1 addition & 0 deletions bin/accept_slate_tools
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo '{"uuid":"67ca765a-ed7e-4b89-b0c2-93a943ecd541","email":"starter.theme@shopify.com","tracking":true,"trackingVersion":1}' > ~/.slaterc

0 comments on commit 8a3502c

Please sign in to comment.