author | ymh <ymh.work@gmail.com> |
Fri, 05 Feb 2016 22:41:10 +0100 | |
changeset 118 | dbcacab69cfc |
parent 4 | f55970e41793 |
child 147 | bc37828169f3 |
permissions | -rw-r--r-- |
4 | 1 |
--- |
2 |
language: node_js |
|
3 |
node_js: |
|
4 |
- "0.12" |
|
5 |
||
6 |
sudo: false |
|
7 |
||
8 |
cache: |
|
9 |
directories: |
|
10 |
- node_modules |
|
11 |
||
12 |
before_install: |
|
13 |
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH |
|
14 |
- "npm config set spin false" |
|
15 |
- "npm install -g npm@^2" |
|
16 |
||
17 |
install: |
|
18 |
- npm install -g bower |
|
19 |
- npm install |
|
20 |
- bower install |
|
21 |
||
22 |
script: |
|
23 |
- npm test |