author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
parent 543 | aaaf9b0b09f6 |
permissions | -rw-r--r-- |
4 | 1 |
--- |
2 |
language: node_js |
|
3 |
node_js: |
|
537
d2e6ee099125
upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents:
517
diff
changeset
|
4 |
- "6" |
4 | 5 |
|
6 |
sudo: false |
|
543 | 7 |
dist: trusty |
8 |
||
9 |
addons: |
|
10 |
chrome: stable |
|
4 | 11 |
|
12 |
cache: |
|
543 | 13 |
yarn: true |
4 | 14 |
|
15 |
before_install: |
|
543 | 16 |
- curl -o- -L https://yarnpkg.com/install.sh | bash |
17 |
- export PATH=$HOME/.yarn/bin:$PATH |
|
4 | 18 |
|
19 |
install: |
|
543 | 20 |
- yarn install --non-interactive |
4 | 21 |
|
22 |
script: |
|
543 | 23 |
- yarn test |