Skip to content

Instantly share code, notes, and snippets.

@nightfox
Created March 15, 2017 11:56
Show Gist options
  • Save nightfox/44c7d2e56ab6fd146d876596f2306196 to your computer and use it in GitHub Desktop.
Save nightfox/44c7d2e56ab6fd146d876596f2306196 to your computer and use it in GitHub Desktop.
machine:
node:
version: 7.0.0
environment:
BROCCOLI_PERSISTENT_FILTER_CACHE_ROOT: "/home/ubuntu/embercom/persisted-cache"
YARN_VERSION: 0.17.8
PATH: "${PATH}:${HOME}/.yarn/bin"
dependencies:
override:
- yarn global add bower && yarn
- npm rebuild node-sass
- ./shell/ci_build_test.sh
test:
pre:
- yarn run lint:
parallel: true
files:
- app/**/*.js
- tests/**/*.js
- yarn run lint-sass
override:
- ./shell/ci_tests
- ./shell/ci_tests_circle:
timeout: 150
parallel: true
- ./shell/no-window-open.sh
post:
- bash <(curl -s https://codecov.io/bash)
- ./shell/circleci_test_artifacts.sh
notify:
webhooks:
- url: https://muster.intercom.io/circle_webhooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment