Skip to content

Instantly share code, notes, and snippets.

@ryzy
Last active April 10, 2018 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryzy/72c68da48ea75f8ba0583295afa92f57 to your computer and use it in GitHub Desktop.
Save ryzy/72c68da48ea75f8ba0583295afa92f57 to your computer and use it in GitHub Desktop.
CircleCI
if(sth) {
return true;
}
# file: .circleci/config.yml
version: 2
jobs:
build:
docker:
- image: node:8
steps:
- checkout
- run: yarn install
- run: yarn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment