author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 07 Jun 2016 19:49:43 +0200 | |
changeset 179 | 9b703ece424f |
parent 147 | bc37828169f3 |
child 263 | 3deace9204de |
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 |
|
15 |
- npm install phantomjs-prebuilt |
|
4 | 16 |
|
17 |
install: |
|
18 |
- npm install |
|
19 |
- bower install |
|
20 |
||
21 |
script: |
|
22 |
- npm test |