2017-07-05 15:39:02 +02:00
|
|
|
# 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.
|
|
|
|
sudo: false
|
|
|
|
|
2016-08-23 16:05:50 +02:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- node # Latest stable version of nodejs.
|
2017-07-05 15:39:02 +02:00
|
|
|
addons:
|
|
|
|
chrome: stable
|
2017-01-12 18:09:49 +01:00
|
|
|
install:
|
|
|
|
- npm install
|
2017-01-12 18:14:51 +01:00
|
|
|
- (cd node_modules/matrix-js-sdk && npm install)
|
2017-01-19 13:51:20 +01:00
|
|
|
script:
|
2017-06-08 14:52:52 +02:00
|
|
|
./scripts/travis.sh
|