.travis.yml 182 B

1234567
  1. language: node_js
  2. node_js:
  3. - "node"
  4. before_install:
  5. - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
  6. - export PATH="$HOME/.yarn/bin:$PATH"
  7. cache: yarn