author | ymh <ymh.work@gmail.com> |
Thu, 03 Nov 2016 03:05:43 +0100 | |
changeset 388 | 202b6f209b9a |
parent 263 | 3deace9204de |
child 456 | 3a32d2f57429 |
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: |
|
10 |
- node_modules |
|
11 |
||
12 |
before_install: |
|
147 | 13 |
- npm config set spin false |
14 |
- npm install -g bower |
|
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
|
15 |
- bower --version |
147 | 16 |
- npm install 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
|
17 |
- node_modules/phantomjs-prebuilt/bin/phantomjs --version |
4 | 18 |
|
19 |
install: |
|
20 |
- npm install |
|
21 |
- bower install |
|
22 |
||
23 |
script: |
|
24 |
- npm test |