Old travis-file for the memory card game appplication
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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