Files
xen-orchestra/.travis.yml
T

27 lines
505 B
YAML
Raw Permalink Normal View History

2015-04-07 18:01:33 +02:00
language: node_js
node_js:
#- stable # disable for now due to an issue of indirect dep upath with Node 9
2017-12-05 18:37:03 +01:00
- 8
2016-11-02 15:03:45 +01:00
- 6
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
addons:
apt:
packages:
- qemu-utils
- blktap-utils
2018-05-14 04:48:16 -07:00
- vmdk-stream-converter
2017-10-28 13:23:56 +02:00
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
cache:
yarn: true
script:
- yarn run test
- yarn run test-integration