author | ymh <ymh.work@gmail.com> |
Fri, 17 Feb 2017 22:01:32 +0100 | |
changeset 517 | 3143195e91b4 |
parent 456 | 3a32d2f57429 |
child 537 | d2e6ee099125 |
permissions | -rw-r--r-- |
4 | 1 |
--- |
2 |
language: node_js |
|
3 |
node_js: |
|
147 | 4 |
- "4" |
4 | 5 |
|
6 |
sudo: false |
|
7 |
||
8 |
cache: |
|
9 |
directories: |
|
456 | 10 |
- $HOME/.npm |
11 |
- $HOME/.cache # includes bowers cache |
|
4 | 12 |
|
13 |
before_install: |
|
147 | 14 |
- npm config set spin false |
517 | 15 |
- npm install -g bower phantomjs-prebuilt |
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
16 |
- bower --version |
517 | 17 |
- phantomjs --version |
4 | 18 |
|
19 |
install: |
|
20 |
- npm install |
|
21 |
- bower install |
|
22 |
||
23 |
script: |
|
24 |
- npm test |