Skip to content

Instantly share code, notes, and snippets.

@andrIvash
Created November 10, 2017 18:35
Show Gist options
  • Select an option

  • Save andrIvash/aac715ebda59b75b683a29cef683fbbc to your computer and use it in GitHub Desktop.

Select an option

Save andrIvash/aac715ebda59b75b683a29cef683fbbc to your computer and use it in GitHub Desktop.
travis base configuration
language: node_js
node_js:
- 6
os: linux
install:
- yarn install
script:
- yarn test
- yarn build
cache:
directories:
- node_modules
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: build
on:
branch: master
notifications:
email:
on_sucess: never
on_failure: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment