element-web/.travis.yml

20 lines
434 B
YAML
Raw Normal View History

# we need trusty for the chrome addon
dist: trusty
# we don't need sudo, so can run in a container, which makes startup much
# quicker.
#
# unfortunately we do temporarily require sudo as a workaround for
# https://github.com/travis-ci/travis-ci/issues/8836
sudo: required
2016-08-23 16:05:50 +02:00
language: node_js
node_js:
- node # Latest stable version of nodejs.
addons:
chrome: stable
2017-01-12 18:09:49 +01:00
install:
- npm install
script:
./scripts/travis.sh