UNPKG

376 BYAMLView Raw
1dist: trusty
2language: node_js
3node_js:
4- 6
5- 8
6- 10
7cache:
8 yarn: true
9 directories:
10 - node_modules
11before_install:
12- curl -o- -L https://yarnpkg.com/install.sh | bash
13- export PATH="$HOME/.yarn/bin:$PATH"
14- yarn global add greenkeeper-lockfile
15install: yarn
16before_script: greenkeeper-lockfile-update
17after_script: greenkeeper-lockfile-upload
18script:
19- "./tests/e2e.sh"