Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created July 28, 2021 18:17
Show Gist options
  • Save LarsBergqvist/44603c9967fd67e30d791800b7167ee6 to your computer and use it in GitHub Desktop.
Save LarsBergqvist/44603c9967fd67e30d791800b7167ee6 to your computer and use it in GitHub Desktop.
Old travis-file for the memory card game appplication
dist: xenial
sudo: false
language: node_js
node_js:
- "10"
cache:
directories:
- ./node_modules
install:
- yarn install
script:
- yarn test
- yarn build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: build
on:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment