Skip to content

Commit

Permalink
Merge pull request #17 from alexgladd/develop
Browse files Browse the repository at this point in the history
Merge release 0.2.1
  • Loading branch information
alexgladd authored Feb 2, 2020
2 parents c42a6f8 + fc9b0e3 commit 06d8380
Show file tree
Hide file tree
Showing 6 changed files with 14,751 additions and 10,729 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ language: node_js
node_js:
- 12

cache:
- yarn
- directories:
- node_modules
- $HOME/.local
cache: npm

install: yarn install
install: npm install

script:
- yarn run build
- yarn test
- npm run build
- npm test

before_deploy:
- pip install awscli --upgrade --user
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ Contributions welcome! Note that all active development is done on the [develop]
**Prerequisites**

* Node.js 12.x
* Yarn

**Setup**

1. Fork this repo and clone locally
1. Install dependencies `yarn install`
1. Install dependencies `npm install`
1. Switch to the develop branch `git checkout develop`
1. Create and checkout your own feature branch `git checkout -b my-new-feature`
1. Build your feature or bugfix and commit your changes locally
Expand Down
Loading

0 comments on commit 06d8380

Please sign in to comment.