mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
24 lines
318 B
YAML
24 lines
318 B
YAML
![]() |
---
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.12"
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|
||
|
|
||
|
before_install:
|
||
|
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
|
||
|
- "npm config set spin false"
|
||
|
- "npm install -g npm@^2"
|
||
|
|
||
|
install:
|
||
|
- npm install -g bower
|
||
|
- npm install
|
||
|
- bower install
|
||
|
|
||
|
script:
|
||
|
- npm test
|